Uses of Enum Class
io.qdrant.client.grpc.Points.ReadConsistencyType
Packages that use Points.ReadConsistencyType
-
Uses of Points.ReadConsistencyType in io.qdrant.client
Methods in io.qdrant.client with parameters of type Points.ReadConsistencyTypeModifier 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
Methods in io.qdrant.client.grpc that return Points.ReadConsistencyTypeModifier 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.Methods in io.qdrant.client.grpc that return types with arguments of type Points.ReadConsistencyTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Points.ReadConsistencyType>
Points.ReadConsistencyType.internalGetValueMap()
Methods in io.qdrant.client.grpc with parameters of type Points.ReadConsistencyTypeModifier and TypeMethodDescriptionPoints.ReadConsistency.Builder.setType
(Points.ReadConsistencyType value) Common read consistency configurations -
Uses of Points.ReadConsistencyType in io.qdrant.client.utils
Methods in io.qdrant.client.utils with parameters of type Points.ReadConsistencyTypeModifier and TypeMethodDescriptionstatic Points.ReadConsistency
PointUtil.consistency
(Points.ReadConsistencyType consistencyType) Creates aPoints.ReadConsistency
with the specified consistency type.