Package org.vitrivr.cottontail.grpc
Class DQLGrpc.DQLImplBase
java.lang.Object
org.vitrivr.cottontail.grpc.DQLGrpc.DQLImplBase
- All Implemented Interfaces:
io.grpc.BindableService,DQLGrpc.AsyncService
- Enclosing class:
- DQLGrpc
public abstract static class DQLGrpc.DQLImplBase
extends Object
implements io.grpc.BindableService, DQLGrpc.AsyncService
Base class for the server implementation of the service DQL.
Endpoint for data management (SELECT).
-
Constructor Details
-
DQLImplBase
public DQLImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-