Package org.vitrivr.cottontail.grpc
Class DDLGrpc.DDLImplBase
java.lang.Object
org.vitrivr.cottontail.grpc.DDLGrpc.DDLImplBase
- All Implemented Interfaces:
io.grpc.BindableService,DDLGrpc.AsyncService
- Enclosing class:
- DDLGrpc
public abstract static class DDLGrpc.DDLImplBase
extends Object
implements io.grpc.BindableService, DDLGrpc.AsyncService
Base class for the server implementation of the service DDL.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.vitrivr.cottontail.grpc.DDLGrpc.AsyncService
analyzeEntity, createEntity, createIndex, createSchema, dropEntity, dropIndex, dropSchema, entityDetails, entityStatistics, indexDetails, listEntities, listSchemas, rebuildIndex, truncateEntity
-
Constructor Details
-
DDLImplBase
public DDLImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-