Package io.milvus.grpc
Class MilvusServiceGrpc.MilvusServiceImplBase
- java.lang.Object
-
- io.milvus.grpc.MilvusServiceGrpc.MilvusServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService,MilvusServiceGrpc.AsyncService
- Enclosing class:
- MilvusServiceGrpc
public abstract static class MilvusServiceGrpc.MilvusServiceImplBase extends Object implements io.grpc.BindableService, MilvusServiceGrpc.AsyncService
Base class for the server implementation of the service MilvusService.
-
-
Constructor Summary
Constructors Constructor Description MilvusServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.milvus.grpc.MilvusServiceGrpc.AsyncService
allocTimestamp, alterAlias, alterCollection, alterIndex, calcDistance, checkHealth, connect, createAlias, createCollection, createCredential, createDatabase, createIndex, createPartition, createResourceGroup, createRole, delete, deleteCredential, describeAlias, describeCollection, describeIndex, describeResourceGroup, describeSegmentIndexData, dropAlias, dropCollection, dropDatabase, dropIndex, dropPartition, dropResourceGroup, dropRole, dummy, flush, flushAll, getCollectionStatistics, getCompactionState, getCompactionStateWithPlans, getComponentStates, getFlushAllState, getFlushState, getImportState, getIndexBuildProgress, getIndexState, getIndexStatistics, getLoadingProgress, getLoadState, getMetrics, getPartitionStatistics, getPersistentSegmentInfo, getQuerySegmentInfo, getReplicas, getVersion, hasCollection, hasPartition, hybridSearch, import_, insert, listAliases, listCredUsers, listDatabases, listImportTasks, listIndexedSegment, listResourceGroups, loadBalance, loadCollection, loadPartitions, manualCompaction, operatePrivilege, operateUserRole, query, registerLink, releaseCollection, releasePartitions, renameCollection, replicateMessage, search, selectGrant, selectRole, selectUser, showCollections, showPartitions, transferNode, transferReplica, updateCredential, updateResourceGroups, upsert
-
-