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 Details

    • getStatusValue

      int getStatusValue()
       operating condition of the collection
       
      .qdrant.CollectionStatus status = 1;
      Returns:
      The enum numeric value on the wire for status.
    • 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

       Configuration
       
      .qdrant.CollectionConfig config = 7;
      Returns:
      The config.
    • getConfigOrBuilder

       Configuration
       
      .qdrant.CollectionConfig config = 7;
    • getPayloadSchemaCount

      int getPayloadSchemaCount()
       Collection data types
       
      map<string, .qdrant.PayloadSchemaInfo> payload_schema = 8;
    • containsPayloadSchema

      boolean containsPayloadSchema(String key)
       Collection data types
       
      map<string, .qdrant.PayloadSchemaInfo> payload_schema = 8;
    • getPayloadSchema

      Deprecated.
    • 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

      Collections.PayloadSchemaInfo getPayloadSchemaOrThrow(String key)
       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.