Package org.vitrivr.cottontail.grpc
Class DMLGrpc.DMLImplBase
java.lang.Object
org.vitrivr.cottontail.grpc.DMLGrpc.DMLImplBase
- All Implemented Interfaces:
io.grpc.BindableService,DMLGrpc.AsyncService
- Enclosing class:
- DMLGrpc
public abstract static class DMLGrpc.DMLImplBase
extends Object
implements io.grpc.BindableService, DMLGrpc.AsyncService
Base class for the server implementation of the service DML.
Endpoint for data management (INSERT, UPDATE and DELETE).
-
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.DMLGrpc.AsyncService
delete, insert, insertBatch, update
-
Constructor Details
-
DMLImplBase
public DMLImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-