Class CalciteRemoteDriverTest.Factory2

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

    public static class CalciteRemoteDriverTest.Factory2
    extends java.lang.Object
    implements org.apache.calcite.avatica.remote.Service.Factory
    Factory that creates a LocalJsonService.
    • Constructor Summary

      Constructors 
      Constructor Description
      Factory2()  
    • 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

      • Factory2

        public Factory2()
    • 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