Uses of Enum Class
io.metaloom.qdrant.client.http.model.query.ReadConsistencyType
Packages that use ReadConsistencyType
Package
Description
-
Uses of ReadConsistencyType in io.metaloom.qdrant.client.http
Methods in io.metaloom.qdrant.client.http with parameters of type ReadConsistencyTypeModifier and TypeMethodDescriptionQDrantClientRequest.addConsistency(ReadConsistencyType type) Define read consistency guarantees for the operation. -
Uses of ReadConsistencyType in io.metaloom.qdrant.client.http.impl
Methods in io.metaloom.qdrant.client.http.impl with parameters of type ReadConsistencyTypeModifier and TypeMethodDescriptionQDrantClientRequestImpl.addConsistency(ReadConsistencyType type) -
Uses of ReadConsistencyType in io.metaloom.qdrant.client.http.model.query
Methods in io.metaloom.qdrant.client.http.model.query that return ReadConsistencyTypeModifier and TypeMethodDescriptionstatic ReadConsistencyTypeReturns the enum constant of this class with the specified name.static ReadConsistencyType[]ReadConsistencyType.values()Returns an array containing the constants of this enum class, in the order they are declared.