Class VeniceReadServiceImpl
java.lang.Object
com.linkedin.venice.protocols.VeniceReadServiceGrpc.VeniceReadServiceImplBase
com.linkedin.venice.listener.grpc.VeniceReadServiceImpl
- All Implemented Interfaces:
VeniceReadServiceGrpc.AsyncService
,io.grpc.BindableService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
batchGet
(VeniceClientRequest request, io.grpc.stub.StreamObserver<VeniceServerResponse> responseObserver) void
get
(VeniceClientRequest request, io.grpc.stub.StreamObserver<VeniceServerResponse> responseObserver) toString()
Methods inherited from class com.linkedin.venice.protocols.VeniceReadServiceGrpc.VeniceReadServiceImplBase
bindService
-
Constructor Details
-
VeniceReadServiceImpl
-
-
Method Details
-
get
public void get(VeniceClientRequest request, io.grpc.stub.StreamObserver<VeniceServerResponse> responseObserver) -
batchGet
public void batchGet(VeniceClientRequest request, io.grpc.stub.StreamObserver<VeniceServerResponse> responseObserver) -
toString
-