Package com.linkedin.venice.protocols
Class VeniceReadServiceGrpc.VeniceReadServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractAsyncStub<VeniceReadServiceGrpc.VeniceReadServiceStub>
com.linkedin.venice.protocols.VeniceReadServiceGrpc.VeniceReadServiceStub
- Enclosing class:
- VeniceReadServiceGrpc
public static final class VeniceReadServiceGrpc.VeniceReadServiceStub
extends io.grpc.stub.AbstractAsyncStub<VeniceReadServiceGrpc.VeniceReadServiceStub>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
batchGet
(VeniceClientRequest request, io.grpc.stub.StreamObserver<VeniceServerResponse> responseObserver) build
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) void
get
(VeniceClientRequest request, io.grpc.stub.StreamObserver<VeniceServerResponse> responseObserver) Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStub
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected VeniceReadServiceGrpc.VeniceReadServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<VeniceReadServiceGrpc.VeniceReadServiceStub>
-
get
public void get(VeniceClientRequest request, io.grpc.stub.StreamObserver<VeniceServerResponse> responseObserver) -
batchGet
public void batchGet(VeniceClientRequest request, io.grpc.stub.StreamObserver<VeniceServerResponse> responseObserver)
-