Class RetrieveServiceGrpc.RetrieveServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<RetrieveServiceGrpc.RetrieveServiceBlockingStub>
-
- cz.o2.proxima.direct.server.rpc.proto.service.RetrieveServiceGrpc.RetrieveServiceBlockingStub
-
- Enclosing class:
- RetrieveServiceGrpc
public static final class RetrieveServiceGrpc.RetrieveServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<RetrieveServiceGrpc.RetrieveServiceBlockingStub>
A stub to allow clients to do limited synchronous rpc calls to service RetrieveService.Service that serves for retrieving data from the system (via stream or random access calls).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rpc.BeginTransactionResponsebegin(Rpc.BeginTransactionRequest request)Synchronous request to begin a transaction.protected RetrieveServiceGrpc.RetrieveServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)Rpc.GetResponseget(Rpc.GetRequest request)Synchronous request to fetch a value of a specified attribute.Rpc.ListResponselistAttributes(Rpc.ListRequest request)Synchronous request to list attributes of a specified entity by prefix.Rpc.MultifetchResponsemultifetch(Rpc.MultifetchRequest request)Synchronous request to fetch a list of multiple requests.java.util.Iterator<Rpc.ScanResult>scan(Rpc.ScanRequest request)Scan complete attributes.-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected RetrieveServiceGrpc.RetrieveServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<RetrieveServiceGrpc.RetrieveServiceBlockingStub>
-
get
public Rpc.GetResponse get(Rpc.GetRequest request)
Synchronous request to fetch a value of a specified attribute.
-
listAttributes
public Rpc.ListResponse listAttributes(Rpc.ListRequest request)
Synchronous request to list attributes of a specified entity by prefix.
-
multifetch
public Rpc.MultifetchResponse multifetch(Rpc.MultifetchRequest request)
Synchronous request to fetch a list of multiple requests. The returned list contains responses in the same order as specified in the input list.
-
begin
public Rpc.BeginTransactionResponse begin(Rpc.BeginTransactionRequest request)
Synchronous request to begin a transaction. Returns most importantly the ID of the transaction that should be the used in subsequent read operations.
-
scan
public java.util.Iterator<Rpc.ScanResult> scan(Rpc.ScanRequest request)
Scan complete attributes.
-
-