Package org.vitrivr.cottontail.grpc
Class DQLGrpc.DQLFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<DQLGrpc.DQLFutureStub>
org.vitrivr.cottontail.grpc.DQLGrpc.DQLFutureStub
- Enclosing class:
- DQLGrpc
public static final class DQLGrpc.DQLFutureStub
extends io.grpc.stub.AbstractFutureStub<DQLGrpc.DQLFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service DQL.
Endpoint for data management (SELECT).
-
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>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateDQLFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) -
Method Summary
Modifier and TypeMethodDescriptionprotected DQLGrpc.DQLFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>ping(com.google.protobuf.Empty request) Pings the endpointMethods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Constructor Details
-
DQLFutureStub
private DQLFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
-
-
Method Details
-
build
- Specified by:
buildin classio.grpc.stub.AbstractStub<DQLGrpc.DQLFutureStub>
-
ping
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> ping(com.google.protobuf.Empty request) Pings the endpoint
-