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