Interface Points.ReadConsistencyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Points.ReadConsistency, Points.ReadConsistency.Builder
Enclosing class:
Points

public static interface Points.ReadConsistencyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Send request to a specified number of nodes, and return points which are present on all of them
    Common read consistency configurations
    int
    Common read consistency configurations
     
    boolean
    Send request to a specified number of nodes, and return points which are present on all of them
    boolean
    Common read consistency configurations

    Methods 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

    • hasType

      boolean hasType()
       Common read consistency configurations
       
      .qdrant.ReadConsistencyType type = 1;
      Returns:
      Whether the type field is set.
    • getTypeValue

      int getTypeValue()
       Common read consistency configurations
       
      .qdrant.ReadConsistencyType type = 1;
      Returns:
      The enum numeric value on the wire for type.
    • getType

       Common read consistency configurations
       
      .qdrant.ReadConsistencyType type = 1;
      Returns:
      The type.
    • hasFactor

      boolean hasFactor()
       Send request to a specified number of nodes, and return points which are present on all of them
       
      uint64 factor = 2;
      Returns:
      Whether the factor field is set.
    • getFactor

      long getFactor()
       Send request to a specified number of nodes, and return points which are present on all of them
       
      uint64 factor = 2;
      Returns:
      The factor.
    • getValueCase