All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| BoolReply |
@brief Server bool Reply
|
| BoolReply.Builder |
@brief Server bool Reply
|
| BoolReplyOrBuilder |
|
| CollectionInfo |
Represents information about a collection
|
| CollectionInfo.PartitionInfo |
Represents information about a single partition in a collection
|
| CollectionInfo.PartitionInfo.SegmentInfo |
Represents information about a single segment in a partition
|
| CollectionMapping |
Represents a collection mapping
|
| CollectionMapping.Builder |
Builder for CollectionMapping
|
| Command |
@brief Give server Command
|
| Command.Builder |
@brief Give server Command
|
| CommandOrBuilder |
|
| ConnectFailedException |
Thrown when client failed to connect to server
|
| ConnectParam |
Contains parameters for connecting to Milvus server
|
| ConnectParam.Builder |
Builder for ConnectParam
|
| DeleteByIDParam |
@brief Flush params
|
| DeleteByIDParam.Builder |
@brief Flush params
|
| DeleteByIDParamOrBuilder |
|
| DescribeCollectionResponse |
Contains the returned response and collectionMapping for
describeCollection
|
| DescribeIndexResponse |
Contains the returned response and index for describeIndex
|
| ErrorCode |
Protobuf enum milvus.grpc.ErrorCode
|
| FlushParam |
@brief Flush params
|
| FlushParam.Builder |
@brief Flush params
|
| FlushParamOrBuilder |
|
| GetCollectionRowCountResponse |
Contains the returned response and collectionRowCount for
getCollectionRowCount
|
| GetVectorByIdResponse |
Contains the returned response and either a floatVector or a
binaryVector for getVectorById.
|
| GetVectorIDsParam |
@brief get vector ids from a segment parameters
|
| GetVectorIDsParam.Builder |
@brief get vector ids from a segment parameters
|
| GetVectorIDsParamOrBuilder |
|
| GetVectorIdsResponse |
Contains the returned response and a List of ids present in a segment
for getVectorIds.
|
| HasCollectionResponse |
Contains the returned response and hasCollection for
hasCollection
|
| Index |
Represents an index containing indexType and nList
|
| Index.Builder |
Builder for Index
|
| IndexParam |
@brief Index params
@index_type: 0-invalid, 1-idmap, 2-ivflat, 3-ivfsq8, 4-nsgmix
|
| IndexParam.Builder |
@brief Index params
@index_type: 0-invalid, 1-idmap, 2-ivflat, 3-ivfsq8, 4-nsgmix
|
| IndexParamOrBuilder |
|
| IndexType |
Represents different types of indexing method to query the collection:
|
| InsertParam |
Contains parameters for insert
|
| InsertParam |
@brief Params to be inserted
|
| InsertParam.Builder |
Builder for InsertParam
|
| InsertParam.Builder |
@brief Params to be inserted
|
| InsertParamOrBuilder |
|
| InsertResponse |
Contains the returned response and vectorIds for insert
|
| KeyValuePair |
@brief general usage
|
| KeyValuePair.Builder |
@brief general usage
|
| KeyValuePairOrBuilder |
|
| MetricType |
Represents available metric types
|
| MilvusClient |
The Milvus Client Interface
|
| MilvusGrpcClient |
Actual implementation of interface MilvusClient
|
| MilvusProto |
|
| MilvusServiceGrpc |
|
| MilvusServiceGrpc.MilvusServiceBlockingStub |
|
| MilvusServiceGrpc.MilvusServiceFutureStub |
|
| MilvusServiceGrpc.MilvusServiceImplBase |
|
| MilvusServiceGrpc.MilvusServiceStub |
|
| MilvusStatusProto |
|
| PartitionList |
@brief Partition list
|
| PartitionList.Builder |
@brief Partition list
|
| PartitionListOrBuilder |
|
| PartitionParam |
@brief Params of partition
|
| PartitionParam.Builder |
@brief Params of partition
|
| PartitionParamOrBuilder |
|
| PartitionStat |
@brief table statistics
|
| PartitionStat.Builder |
@brief table statistics
|
| PartitionStatOrBuilder |
|
| Response |
Represents response of a client call.
|
| Response.Status |
Represents server and client side status code
|
| RowRecord |
@brief Record inserted
|
| RowRecord.Builder |
@brief Record inserted
|
| RowRecordOrBuilder |
|
| SearchByIDParam |
@brief Params for searching vector by ID
|
| SearchByIDParam.Builder |
@brief Params for searching vector by ID
|
| SearchByIDParamOrBuilder |
|
| SearchInFilesParam |
@brief Params for searching vector in files
|
| SearchInFilesParam.Builder |
@brief Params for searching vector in files
|
| SearchInFilesParamOrBuilder |
|
| SearchParam |
Contains parameters for search
|
| SearchParam |
@brief Params for searching vector
|
| SearchParam.Builder |
Builder for SearchParam
|
| SearchParam.Builder |
@brief Params for searching vector
|
| SearchParamOrBuilder |
|
| SearchResponse |
Contains the returned response and queryResultsList for search
|
| SearchResponse.QueryResult |
Represents a single result of a vector query.
|
| SegmentStat |
@brief segment statistics
|
| SegmentStat.Builder |
@brief segment statistics
|
| SegmentStatOrBuilder |
|
| ShowCollectionInfoResponse |
Contains the returned response and collectionInfo for
showCollectionInfo
|
| ShowCollectionsResponse |
Contains the returned response and collectionNames for
showCollections
|
| ShowPartitionsResponse |
Contains the returned response and partitionList for
showPartitions
|
| Status |
Protobuf type milvus.grpc.Status
|
| Status.Builder |
Protobuf type milvus.grpc.Status
|
| StatusOrBuilder |
|
| StringReply |
@brief Server string Reply
|
| StringReply.Builder |
@brief Server string Reply
|
| StringReplyOrBuilder |
|
| TableInfo |
@brief table information
|
| TableInfo.Builder |
@brief table information
|
| TableInfoOrBuilder |
|
| TableName |
@brief Table name
|
| TableName.Builder |
@brief Table name
|
| TableNameList |
@brief Table name list
|
| TableNameList.Builder |
@brief Table name list
|
| TableNameListOrBuilder |
|
| TableNameOrBuilder |
|
| TableRowCount |
@brief Return table row count
|
| TableRowCount.Builder |
@brief Return table row count
|
| TableRowCountOrBuilder |
|
| TableSchema |
@brief Table schema
metric_type: 1-L2, 2-IP
|
| TableSchema.Builder |
@brief Table schema
metric_type: 1-L2, 2-IP
|
| TableSchemaOrBuilder |
|
| TopKQueryResult |
@brief Query result params
|
| TopKQueryResult.Builder |
@brief Query result params
|
| TopKQueryResultOrBuilder |
|
| VectorData |
@brief vector data
|
| VectorData.Builder |
@brief vector data
|
| VectorDataOrBuilder |
|
| VectorIdentity |
@brief vector identity
|
| VectorIdentity.Builder |
@brief vector identity
|
| VectorIdentityOrBuilder |
|
| VectorIds |
@brief Vector ids
|
| VectorIds.Builder |
@brief Vector ids
|
| VectorIdsOrBuilder |
|