| 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
|
| ConnectParam |
Contains parameters for connecting to Milvus server
|
| ConnectParam.Builder |
Builder for ConnectParam
|
| DescribeCollectionResponse |
Contains the returned response and collectionMapping for
describeCollection
|
| DescribeIndexResponse |
Contains the returned response and index for describeIndex
|
| GetCollectionRowCountResponse |
Contains the returned response and collectionRowCount for
getCollectionRowCount
|
| GetVectorByIdResponse |
Contains the returned response and either a floatVector or a
binaryVector for getVectorById.
|
| 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
|
| InsertParam |
Contains parameters for insert
|
| InsertParam.Builder |
Builder for InsertParam
|
| InsertResponse |
Contains the returned response and vectorIds for insert
|
| MilvusGrpcClient |
Actual implementation of interface MilvusClient
|
| Response |
Represents response of a client call.
|
| SearchParam |
Contains parameters for search
|
| SearchParam.Builder |
Builder for SearchParam
|
| SearchResponse |
Contains the returned response and queryResultsList for search
|
| SearchResponse.QueryResult |
Represents a single result of a vector query.
|
| 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
|