Packages

t

io.milvus.grpc.milvus.MilvusServiceGrpc

MilvusServiceBlockingClient

trait MilvusServiceBlockingClient extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MilvusServiceBlockingClient
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def alterAlias(request: AlterAliasRequest): Status
  2. abstract def calcDistance(request: CalcDistanceRequest): CalcDistanceResults
  3. abstract def createAlias(request: CreateAliasRequest): Status
  4. abstract def createCollection(request: CreateCollectionRequest): Status
  5. abstract def createCredential(request: CreateCredentialRequest): Status

    https://wiki.lfaidata.foundation/display/MIL/MEP+27+--+Support+Basic+Authentication

  6. abstract def createIndex(request: CreateIndexRequest): Status
  7. abstract def createPartition(request: CreatePartitionRequest): Status
  8. abstract def createRole(request: CreateRoleRequest): Status

    https://wiki.lfaidata.foundation/display/MIL/MEP+29+--+Support+Role-Based+Access+Control

  9. abstract def delete(request: DeleteRequest): MutationResult
  10. abstract def deleteCredential(request: DeleteCredentialRequest): Status
  11. abstract def describeCollection(request: DescribeCollectionRequest): DescribeCollectionResponse
  12. abstract def describeIndex(request: DescribeIndexRequest): DescribeIndexResponse
  13. abstract def dropAlias(request: DropAliasRequest): Status
  14. abstract def dropCollection(request: DropCollectionRequest): Status
  15. abstract def dropIndex(request: DropIndexRequest): Status
  16. abstract def dropPartition(request: DropPartitionRequest): Status
  17. abstract def dropRole(request: DropRoleRequest): Status
  18. abstract def dummy(request: DummyRequest): DummyResponse
  19. abstract def flush(request: FlushRequest): FlushResponse
  20. abstract def getCollectionStatistics(request: GetCollectionStatisticsRequest): GetCollectionStatisticsResponse
  21. abstract def getCompactionState(request: GetCompactionStateRequest): GetCompactionStateResponse
  22. abstract def getCompactionStateWithPlans(request: GetCompactionPlansRequest): GetCompactionPlansResponse
  23. abstract def getFlushState(request: GetFlushStateRequest): GetFlushStateResponse
  24. abstract def getImportState(request: GetImportStateRequest): GetImportStateResponse
  25. abstract def getIndexBuildProgress(request: GetIndexBuildProgressRequest): GetIndexBuildProgressResponse
  26. abstract def getIndexState(request: GetIndexStateRequest): GetIndexStateResponse
  27. abstract def getMetrics(request: GetMetricsRequest): GetMetricsResponse

    https://wiki.lfaidata.foundation/display/MIL/MEP+8+--+Add+metrics+for+proxy

  28. abstract def getPartitionStatistics(request: GetPartitionStatisticsRequest): GetPartitionStatisticsResponse
  29. abstract def getPersistentSegmentInfo(request: GetPersistentSegmentInfoRequest): GetPersistentSegmentInfoResponse
  30. abstract def getQuerySegmentInfo(request: GetQuerySegmentInfoRequest): GetQuerySegmentInfoResponse
  31. abstract def getReplicas(request: GetReplicasRequest): GetReplicasResponse
  32. abstract def hasCollection(request: HasCollectionRequest): BoolResponse
  33. abstract def hasPartition(request: HasPartitionRequest): BoolResponse
  34. abstract def import(request: ImportRequest): ImportResponse

    https://wiki.lfaidata.foundation/display/MIL/MEP+24+--+Support+bulk+load

  35. abstract def insert(request: InsertRequest): MutationResult
  36. abstract def listCredUsers(request: ListCredUsersRequest): ListCredUsersResponse
  37. abstract def listImportTasks(request: ListImportTasksRequest): ListImportTasksResponse
  38. abstract def loadBalance(request: LoadBalanceRequest): Status
  39. abstract def loadCollection(request: LoadCollectionRequest): Status
  40. abstract def loadPartitions(request: LoadPartitionsRequest): Status
  41. abstract def manualCompaction(request: ManualCompactionRequest): ManualCompactionResponse
  42. abstract def operatePrivilege(request: OperatePrivilegeRequest): Status
  43. abstract def operateUserRole(request: OperateUserRoleRequest): Status
  44. abstract def query(request: QueryRequest): QueryResults
  45. abstract def registerLink(request: RegisterLinkRequest): RegisterLinkResponse

    TODO: remove

  46. abstract def releaseCollection(request: ReleaseCollectionRequest): Status
  47. abstract def releasePartitions(request: ReleasePartitionsRequest): Status
  48. abstract def search(request: SearchRequest): SearchResults
  49. abstract def selectGrant(request: SelectGrantRequest): SelectGrantResponse
  50. abstract def selectResource(request: SelectResourceRequest): SelectResourceResponse
  51. abstract def selectRole(request: SelectRoleRequest): SelectRoleResponse
  52. abstract def selectUser(request: SelectUserRequest): SelectUserResponse
  53. abstract def showCollections(request: ShowCollectionsRequest): ShowCollectionsResponse
  54. abstract def showPartitions(request: ShowPartitionsRequest): ShowPartitionsResponse
  55. abstract def updateCredential(request: UpdateCredentialRequest): Status

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def serviceCompanion: MilvusService.type
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped