Uses of Enum Class
io.qdrant.client.grpc.Collections.ReplicaState
Packages that use Collections.ReplicaState
-
Uses of Collections.ReplicaState in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Collections.ReplicaStateModifier and TypeMethodDescriptionstatic Collections.ReplicaState
Collections.ReplicaState.forNumber
(int value) Collections.LocalShardInfo.Builder.getState()
Is replica activeCollections.LocalShardInfo.getState()
Is replica activeCollections.LocalShardInfoOrBuilder.getState()
Is replica activeCollections.RemoteShardInfo.Builder.getState()
Is replica activeCollections.RemoteShardInfo.getState()
Is replica activeCollections.RemoteShardInfoOrBuilder.getState()
Is replica activestatic Collections.ReplicaState
Collections.ReplicaState.valueOf
(int value) Deprecated.static Collections.ReplicaState
Collections.ReplicaState.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Collections.ReplicaState
Returns the enum constant of this class with the specified name.static Collections.ReplicaState[]
Collections.ReplicaState.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 Collections.ReplicaStateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Collections.ReplicaState>
Collections.ReplicaState.internalGetValueMap()
Methods in io.qdrant.client.grpc with parameters of type Collections.ReplicaStateModifier and TypeMethodDescriptionCollections.LocalShardInfo.Builder.setState
(Collections.ReplicaState value) Is replica activeCollections.RemoteShardInfo.Builder.setState
(Collections.ReplicaState value) Is replica active