Class RetrieveServiceGrpc
- java.lang.Object
-
- cz.o2.proxima.direct.server.rpc.proto.service.RetrieveServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.71.0)", comments="Source: rpc.proto") public final class RetrieveServiceGrpc extends java.lang.ObjectService that serves for retrieving data from the system (via stream or random access calls).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRetrieveServiceGrpc.AsyncServiceService that serves for retrieving data from the system (via stream or random access calls).static classRetrieveServiceGrpc.RetrieveServiceBlockingStubA stub to allow clients to do limited synchronous rpc calls to service RetrieveService.static classRetrieveServiceGrpc.RetrieveServiceBlockingV2StubA stub to allow clients to do synchronous rpc calls to service RetrieveService.static classRetrieveServiceGrpc.RetrieveServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service RetrieveService.static classRetrieveServiceGrpc.RetrieveServiceImplBaseBase class for the server implementation of the service RetrieveService.static classRetrieveServiceGrpc.RetrieveServiceStubA stub to allow clients to do asynchronous rpc calls to service RetrieveService.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(RetrieveServiceGrpc.AsyncService service)static io.grpc.MethodDescriptor<Rpc.BeginTransactionRequest,Rpc.BeginTransactionResponse>getBeginMethod()static io.grpc.MethodDescriptor<Rpc.GetRequest,Rpc.GetResponse>getGetMethod()static io.grpc.MethodDescriptor<Rpc.ListRequest,Rpc.ListResponse>getListAttributesMethod()static io.grpc.MethodDescriptor<Rpc.MultifetchRequest,Rpc.MultifetchResponse>getMultifetchMethod()static io.grpc.MethodDescriptor<Rpc.ScanRequest,Rpc.ScanResult>getScanMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static RetrieveServiceGrpc.RetrieveServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic RetrieveServiceGrpc.RetrieveServiceBlockingV2StubnewBlockingV2Stub(io.grpc.Channel channel)Creates a new blocking-style stub that supports all types of calls on the servicestatic RetrieveServiceGrpc.RetrieveServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic RetrieveServiceGrpc.RetrieveServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGetMethod
public static io.grpc.MethodDescriptor<Rpc.GetRequest,Rpc.GetResponse> getGetMethod()
-
getListAttributesMethod
public static io.grpc.MethodDescriptor<Rpc.ListRequest,Rpc.ListResponse> getListAttributesMethod()
-
getMultifetchMethod
public static io.grpc.MethodDescriptor<Rpc.MultifetchRequest,Rpc.MultifetchResponse> getMultifetchMethod()
-
getBeginMethod
public static io.grpc.MethodDescriptor<Rpc.BeginTransactionRequest,Rpc.BeginTransactionResponse> getBeginMethod()
-
getScanMethod
public static io.grpc.MethodDescriptor<Rpc.ScanRequest,Rpc.ScanResult> getScanMethod()
-
newStub
public static RetrieveServiceGrpc.RetrieveServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingV2Stub
public static RetrieveServiceGrpc.RetrieveServiceBlockingV2Stub newBlockingV2Stub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports all types of calls on the service
-
newBlockingStub
public static RetrieveServiceGrpc.RetrieveServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static RetrieveServiceGrpc.RetrieveServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(RetrieveServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-