Package org.apache.pinot.common.proto
Class PinotQueryWorkerGrpc.PinotQueryWorkerImplBase
- java.lang.Object
-
- org.apache.pinot.common.proto.PinotQueryWorkerGrpc.PinotQueryWorkerImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- PinotQueryWorkerGrpc
public abstract static class PinotQueryWorkerGrpc.PinotQueryWorkerImplBase extends Object implements io.grpc.BindableService
-
-
Constructor Summary
Constructors Constructor Description PinotQueryWorkerImplBase()
-
Method Summary
Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidsubmit(Worker.QueryRequest request, io.grpc.stub.StreamObserver<Worker.QueryResponse> responseObserver)Dispatch a QueryRequest to a PinotQueryWorker
-
-
-
Method Detail
-
submit
public void submit(Worker.QueryRequest request, io.grpc.stub.StreamObserver<Worker.QueryResponse> responseObserver)
Dispatch a QueryRequest to a PinotQueryWorker
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-