Class CalciteRemoteDriverTest.LocalServiceModifiableFactory

  • All Implemented Interfaces:
    org.apache.calcite.avatica.remote.Service.Factory
    Enclosing class:
    CalciteRemoteDriverTest

    public static class CalciteRemoteDriverTest.LocalServiceModifiableFactory
    extends java.lang.Object
    implements org.apache.calcite.avatica.remote.Service.Factory
    Factory that creates a Service with connection to a modifiable table.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.calcite.avatica.remote.Service create​(org.apache.calcite.avatica.AvaticaConnection connection)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LocalServiceModifiableFactory

        public LocalServiceModifiableFactory()
    • Method Detail

      • create

        public org.apache.calcite.avatica.remote.Service create​(org.apache.calcite.avatica.AvaticaConnection connection)
        Specified by:
        create in interface org.apache.calcite.avatica.remote.Service.Factory