Uses of Enum Class
io.metaloom.qdrant.client.http.model.cluster.ReplicaState
Packages that use ReplicaState
Package
Description
-
Uses of ReplicaState in io.metaloom.qdrant.client.http.model.cluster
Methods in io.metaloom.qdrant.client.http.model.cluster that return ReplicaStateModifier and TypeMethodDescriptionstatic ReplicaStateReturns the enum constant of this class with the specified name.static ReplicaState[]ReplicaState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ReplicaState in io.metaloom.qdrant.client.http.model.collection.config
Methods in io.metaloom.qdrant.client.http.model.collection.config that return ReplicaStateMethods in io.metaloom.qdrant.client.http.model.collection.config with parameters of type ReplicaStateModifier and TypeMethodDescriptionLocalShardInfo.setState(ReplicaState state) RemoteShardInfo.setState(ReplicaState state)