Uses of Enum Class
io.metaloom.qdrant.client.grpc.proto.Collections.ReplicaState
Packages that use Collections.ReplicaState
-
Uses of Collections.ReplicaState in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return Collections.ReplicaStateModifier and TypeMethodDescriptionstatic Collections.ReplicaStateCollections.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.ReplicaStateCollections.ReplicaState.valueOf(int value) Deprecated.static Collections.ReplicaStateCollections.ReplicaState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Collections.ReplicaStateReturns 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.metaloom.qdrant.client.grpc.proto that return types with arguments of type Collections.ReplicaStateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Collections.ReplicaState>Collections.ReplicaState.internalGetValueMap()Methods in io.metaloom.qdrant.client.grpc.proto 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