Uses of Interface
org.apache.calcite.avatica.remote.Service.Factory
-
Packages that use Service.Factory Package Description org.apache.calcite.avatica Avatica JDBC framework.org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of Service.Factory in org.apache.calcite.avatica
Methods in org.apache.calcite.avatica that return Service.Factory Modifier and Type Method Description Service.FactoryConnectionConfig. factory()Service.FactoryConnectionConfigImpl. factory() -
Uses of Service.Factory in org.apache.calcite.avatica.remote
Classes in org.apache.calcite.avatica.remote that implement Service.Factory Modifier and Type Class Description static classMockJsonService.FactoryFactory that creates aMockJsonService.static classMockProtobufService.MockProtobufServiceFactoryA factory that instantiates the mock protobuf service.Methods in org.apache.calcite.avatica.remote that return Service.Factory Modifier and Type Method Description Service.FactoryAvaticaRemoteConnectionConfigImpl. factory()
-