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 -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.milvus.grpc.MilvusServiceGrpc.AsyncService
addCollectionField, allocTimestamp, alterAlias, alterCollection, alterCollectionField, alterDatabase, alterIndex, backupRBAC, calcDistance, checkHealth, connect, createAlias, createCollection, createCredential, createDatabase, createIndex, createPartition, createPrivilegeGroup, createResourceGroup, createRole, delete, deleteCredential, describeAlias, describeCollection, describeDatabase, describeIndex, describeResourceGroup, describeSegmentIndexData, dropAlias, dropCollection, dropDatabase, dropIndex, dropPartition, dropPrivilegeGroup, 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, listPrivilegeGroups, listResourceGroups, loadBalance, loadCollection, loadPartitions, manualCompaction, operatePrivilege, operatePrivilegeGroup, operatePrivilegeV2, operateUserRole, query, registerLink, releaseCollection, releasePartitions, renameCollection, replicateMessage, restoreRBAC, runAnalyzer, search, selectGrant, selectRole, selectUser, showCollections, showPartitions, transferNode, transferReplica, updateCredential, updateResourceGroups, upsert
-
Constructor Details
-
MilvusServiceImplBase
public MilvusServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-