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

    Constructors
    Modifier
    Constructor
    Description
    private
    DQLBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
     
    Evaluates and returns the execution plan for a query.
    com.google.protobuf.Empty
    ping(com.google.protobuf.Empty request)
    Pings the endpoint
    Executes a query through Cottontail DB.

    Methods inherited from class io.grpc.stub.AbstractBlockingStub

    newStub, newStub

    Methods inherited from class io.grpc.stub.AbstractStub

    getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait