Package io.qdrant.client.grpc
Interface Collections.CollectionInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Collections.CollectionInfo
,Collections.CollectionInfo.Builder
- Enclosing class:
- Collections
public static interface Collections.CollectionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Collection data typesConfigurationConfigurationlong
number of indexed vectors in the collection.status of collection optimizersstatus of collection optimizersDeprecated.int
Collection data typesCollection data typesgetPayloadSchemaOrDefault
(String key, Collections.PayloadSchemaInfo defaultValue) Collection data typesCollection data typeslong
number of points in the collectionlong
Number of independent segmentsoperating condition of the collectionint
operating condition of the collectionlong
number of vectors in the collectionboolean
Configurationboolean
number of indexed vectors in the collection.boolean
status of collection optimizersMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getStatusValue
int getStatusValue()operating condition of the collection
.qdrant.CollectionStatus status = 1;
- Returns:
- The enum numeric value on the wire for status.
-
getStatus
Collections.CollectionStatus getStatus()operating condition of the collection
.qdrant.CollectionStatus status = 1;
- Returns:
- The status.
-
hasOptimizerStatus
boolean hasOptimizerStatus()status of collection optimizers
.qdrant.OptimizerStatus optimizer_status = 2;
- Returns:
- Whether the optimizerStatus field is set.
-
getOptimizerStatus
Collections.OptimizerStatus getOptimizerStatus()status of collection optimizers
.qdrant.OptimizerStatus optimizer_status = 2;
- Returns:
- The optimizerStatus.
-
getOptimizerStatusOrBuilder
Collections.OptimizerStatusOrBuilder getOptimizerStatusOrBuilder()status of collection optimizers
.qdrant.OptimizerStatus optimizer_status = 2;
-
getVectorsCount
long getVectorsCount()number of vectors in the collection
uint64 vectors_count = 3;
- Returns:
- The vectorsCount.
-
getSegmentsCount
long getSegmentsCount()Number of independent segments
uint64 segments_count = 4;
- Returns:
- The segmentsCount.
-
hasConfig
boolean hasConfig()Configuration
.qdrant.CollectionConfig config = 7;
- Returns:
- Whether the config field is set.
-
getConfig
Collections.CollectionConfig getConfig()Configuration
.qdrant.CollectionConfig config = 7;
- Returns:
- The config.
-
getConfigOrBuilder
Collections.CollectionConfigOrBuilder getConfigOrBuilder()Configuration
.qdrant.CollectionConfig config = 7;
-
getPayloadSchemaCount
int getPayloadSchemaCount()Collection data types
map<string, .qdrant.PayloadSchemaInfo> payload_schema = 8;
-
containsPayloadSchema
Collection data types
map<string, .qdrant.PayloadSchemaInfo> payload_schema = 8;
-
getPayloadSchema
Deprecated.UsegetPayloadSchemaMap()
instead. -
getPayloadSchemaMap
Map<String,Collections.PayloadSchemaInfo> getPayloadSchemaMap()Collection data types
map<string, .qdrant.PayloadSchemaInfo> payload_schema = 8;
-
getPayloadSchemaOrDefault
Collections.PayloadSchemaInfo getPayloadSchemaOrDefault(String key, Collections.PayloadSchemaInfo defaultValue) Collection data types
map<string, .qdrant.PayloadSchemaInfo> payload_schema = 8;
-
getPayloadSchemaOrThrow
Collection data types
map<string, .qdrant.PayloadSchemaInfo> payload_schema = 8;
-
getPointsCount
long getPointsCount()number of points in the collection
uint64 points_count = 9;
- Returns:
- The pointsCount.
-
hasIndexedVectorsCount
boolean hasIndexedVectorsCount()number of indexed vectors in the collection.
optional uint64 indexed_vectors_count = 10;
- Returns:
- Whether the indexedVectorsCount field is set.
-
getIndexedVectorsCount
long getIndexedVectorsCount()number of indexed vectors in the collection.
optional uint64 indexed_vectors_count = 10;
- Returns:
- The indexedVectorsCount.
-