Package org.vitrivr.cottontail.grpc
Class DQLGrpc.DQLBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<DQLGrpc.DQLBlockingStub>
org.vitrivr.cottontail.grpc.DQLGrpc.DQLBlockingStub
- Enclosing class:
- DQLGrpc
public static final class DQLGrpc.DQLBlockingStub
extends io.grpc.stub.AbstractBlockingStub<DQLGrpc.DQLBlockingStub>
A stub to allow clients to do synchronous 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
ConstructorsModifierConstructorDescriptionprivateDQLBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) -
Method Summary
Modifier and TypeMethodDescriptionprotected DQLGrpc.DQLBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) explain(CottontailGrpc.QueryMessage request) Evaluates and returns the execution plan for a query.com.google.protobuf.Emptyping(com.google.protobuf.Empty request) Pings the endpointquery(CottontailGrpc.QueryMessage request) Executes a query through Cottontail DB.Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Constructor Details
-
DQLBlockingStub
private DQLBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
-
-
Method Details
-
build
- Specified by:
buildin classio.grpc.stub.AbstractStub<DQLGrpc.DQLBlockingStub>
-
explain
Evaluates and returns the execution plan for a query.
-
query
Executes a query through Cottontail DB.
-
ping
public com.google.protobuf.Empty ping(com.google.protobuf.Empty request) Pings the endpoint
-