Package com.salesforce.hyperdb.grpc
Class HyperServiceGrpc.HyperServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<HyperServiceGrpc.HyperServiceFutureStub>
-
- com.salesforce.hyperdb.grpc.HyperServiceGrpc.HyperServiceFutureStub
-
- Enclosing class:
- HyperServiceGrpc
public static final class HyperServiceGrpc.HyperServiceFutureStub extends io.grpc.stub.AbstractFutureStub<HyperServiceGrpc.HyperServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service HyperService.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HyperServiceGrpc.HyperServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>cancelQuery(CancelQueryParam request)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected HyperServiceGrpc.HyperServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<HyperServiceGrpc.HyperServiceFutureStub>
-
cancelQuery
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> cancelQuery(CancelQueryParam request)
-
-