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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidbatchGet(VeniceClientRequest request, io.grpc.stub.StreamObserver<VeniceServerResponse> responseObserver) voidget(VeniceClientRequest request, io.grpc.stub.StreamObserver<VeniceServerResponse> responseObserver) toString()Methods inherited from class com.linkedin.venice.protocols.VeniceReadServiceGrpc.VeniceReadServiceImplBasebindServiceMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.linkedin.venice.protocols.VeniceReadServiceGrpc.AsyncServicecountByValue
- 
Constructor Details- 
VeniceReadServiceImpl
 
- 
- 
Method Details- 
getpublic void get(VeniceClientRequest request, io.grpc.stub.StreamObserver<VeniceServerResponse> responseObserver) 
- 
batchGetpublic void batchGet(VeniceClientRequest request, io.grpc.stub.StreamObserver<VeniceServerResponse> responseObserver) 
- 
toString
 
-