Package org.apache.pinot.common.proto
Class PinotQueryServerGrpc.PinotQueryServerImplBase
- java.lang.Object
-
- org.apache.pinot.common.proto.PinotQueryServerGrpc.PinotQueryServerImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- PinotQueryServerGrpc
public abstract static class PinotQueryServerGrpc.PinotQueryServerImplBase extends Object implements io.grpc.BindableService
-
-
Constructor Summary
Constructors Constructor Description PinotQueryServerImplBase()
-
Method Summary
Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidsubmit(Server.ServerRequest request, io.grpc.stub.StreamObserver<Server.ServerResponse> responseObserver)
-
-
-
Method Detail
-
submit
public void submit(Server.ServerRequest request, io.grpc.stub.StreamObserver<Server.ServerResponse> responseObserver)
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-