Uses of Enum Class
io.qdrant.client.grpc.Points.ReadConsistencyType
-
Uses of Points.ReadConsistencyType in io.qdrant.client
Modifier and TypeMethodDescriptionQdrantClient.getPoints
(String collectionName, Iterable<? extends Points.PointId> points, Points.WithVectorsSelector withVectors, Points.WithPayloadSelector withPayload, Points.ReadConsistencyType readConsistency) Retrieves points from a collection. -
Uses of Points.ReadConsistencyType in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionstatic Points.ReadConsistencyType
Points.ReadConsistencyType.forNumber
(int value) Points.ReadConsistency.Builder.getType()
Common read consistency configurationsPoints.ReadConsistency.getType()
Common read consistency configurationsPoints.ReadConsistencyOrBuilder.getType()
Common read consistency configurationsstatic Points.ReadConsistencyType
Points.ReadConsistencyType.valueOf
(int value) Deprecated.static Points.ReadConsistencyType
Points.ReadConsistencyType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Points.ReadConsistencyType
Returns the enum constant of this class with the specified name.static Points.ReadConsistencyType[]
Points.ReadConsistencyType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Points.ReadConsistencyType>
Points.ReadConsistencyType.internalGetValueMap()
Modifier and TypeMethodDescriptionPoints.ReadConsistency.Builder.setType
(Points.ReadConsistencyType value) Common read consistency configurations -
Uses of Points.ReadConsistencyType in io.qdrant.client.utils
Modifier and TypeMethodDescriptionstatic Points.ReadConsistency
PointUtil.consistency
(Points.ReadConsistencyType consistencyType) Creates aPoints.ReadConsistency
with the specified consistency type.