Package io.dingodb.diskann
Class DiskAnnServiceGrpc.DiskAnnServiceImplBase
java.lang.Object
io.dingodb.diskann.DiskAnnServiceGrpc.DiskAnnServiceImplBase
- All Implemented Interfaces:
DiskAnnServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- DiskAnnServiceGrpc
public abstract static class DiskAnnServiceGrpc.DiskAnnServiceImplBase
extends Object
implements io.grpc.BindableService, DiskAnnServiceGrpc.AsyncService
Base class for the server implementation of the service DiskAnnService.
-
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 io.dingodb.diskann.DiskAnnServiceGrpc.AsyncService
vectorBuild, vectorClose, vectorCount, vectorDestroy, vectorDump, vectorDumpAll, vectorLoad, vectorNew, vectorPushData, vectorReset, vectorSearch, vectorSetImportTooMany, vectorSetNoData, vectorStatus, vectorTryLoad
-
Constructor Details
-
DiskAnnServiceImplBase
public DiskAnnServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-