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 Details

    • DMLImplBase

      public DMLImplBase()
  • Method Details

    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService