Class MockProtobufService.MockProtobufServiceFactory
- java.lang.Object
-
- org.apache.calcite.avatica.remote.MockProtobufService.MockProtobufServiceFactory
-
- All Implemented Interfaces:
Service.Factory
- Enclosing class:
- MockProtobufService
public static class MockProtobufService.MockProtobufServiceFactory extends java.lang.Object implements Service.Factory
A factory that instantiates the mock protobuf service.
-
-
Constructor Summary
Constructors Constructor Description MockProtobufServiceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Servicecreate(AvaticaConnection connection)
-
-
-
Method Detail
-
create
public Service create(AvaticaConnection connection)
- Specified by:
createin interfaceService.Factory
-
-