Package umadb.v1
Class DCBGrpc.DCBBlockingV2Stub
java.lang.Object
io.grpc.stub.AbstractStub<DCBGrpc.DCBBlockingV2Stub>
io.grpc.stub.AbstractBlockingStub<DCBGrpc.DCBBlockingV2Stub>
umadb.v1.DCBGrpc.DCBBlockingV2Stub
- Enclosing class:
DCBGrpc
public static final class DCBGrpc.DCBBlockingV2Stub
extends io.grpc.stub.AbstractBlockingStub<DCBGrpc.DCBBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service DCB.
-
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 TypeMethodDescriptionappend(Umadb.AppendRequest request) protected DCBGrpc.DCBBlockingV2Stubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) head(Umadb.HeadRequest request) io.grpc.stub.BlockingClientCall<?, Umadb.ReadResponse> read(Umadb.ReadRequest request) Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
- Specified by:
buildin classio.grpc.stub.AbstractStub<DCBGrpc.DCBBlockingV2Stub>
-
read
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918") public io.grpc.stub.BlockingClientCall<?,Umadb.ReadResponse> read(Umadb.ReadRequest request) -
append
- Throws:
io.grpc.StatusException
-
head
- Throws:
io.grpc.StatusException
-