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 TypeMethodDescriptionlongSend request to a specified number of nodes, and return points which are present on all of themgetType()Common read consistency configurationsintCommon read consistency configurationsbooleanSend request to a specified number of nodes, and return points which are present on all of thembooleanhasType()Common read consistency configurationsMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
Points.ReadConsistencyType 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
Points.ReadConsistency.ValueCase getValueCase()
-