Class IngestServiceGrpc.IngestServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<IngestServiceGrpc.IngestServiceFutureStub>
-
- cz.o2.proxima.direct.server.rpc.proto.service.IngestServiceGrpc.IngestServiceFutureStub
-
- Enclosing class:
- IngestServiceGrpc
public static final class IngestServiceGrpc.IngestServiceFutureStub extends io.grpc.stub.AbstractFutureStub<IngestServiceGrpc.IngestServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service IngestService.Ingest service serves as data entry point. All data is sent to the system via this endpoint.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IngestServiceGrpc.IngestServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<Rpc.TransactionCommitResponse>commit(Rpc.TransactionCommitRequest request)A synchronous request to commit a transaction.com.google.common.util.concurrent.ListenableFuture<Rpc.Status>ingest(Rpc.Ingest request)Synchronous ingest request.-
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 IngestServiceGrpc.IngestServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<IngestServiceGrpc.IngestServiceFutureStub>
-
ingest
public com.google.common.util.concurrent.ListenableFuture<Rpc.Status> ingest(Rpc.Ingest request)
Synchronous ingest request.
-
commit
public com.google.common.util.concurrent.ListenableFuture<Rpc.TransactionCommitResponse> commit(Rpc.TransactionCommitRequest request)
A synchronous request to commit a transaction.
-
-