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 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.VeniceReadServiceImplBase
bindServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.linkedin.venice.protocols.VeniceReadServiceGrpc.AsyncService
countByValue
-
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
-