Uses of Enum
io.milvus.grpc.SegmentState
Packages that use SegmentState
-
Uses of SegmentState in io.milvus.grpc
Methods in io.milvus.grpc that return SegmentStateModifier and TypeMethodDescriptionstatic SegmentStateSegmentState.forNumber(int value) PersistentSegmentInfo.Builder.getState().milvus.proto.common.SegmentState state = 5;PersistentSegmentInfo.getState().milvus.proto.common.SegmentState state = 5;PersistentSegmentInfoOrBuilder.getState().milvus.proto.common.SegmentState state = 5;QuerySegmentInfo.Builder.getState().milvus.proto.common.SegmentState state = 9;QuerySegmentInfo.getState().milvus.proto.common.SegmentState state = 9;QuerySegmentInfoOrBuilder.getState().milvus.proto.common.SegmentState state = 9;static SegmentStateSegmentState.valueOf(int value) Deprecated.static SegmentStateSegmentState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static SegmentStateReturns the enum constant of this type with the specified name.static SegmentState[]SegmentState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.milvus.grpc that return types with arguments of type SegmentStateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SegmentState> SegmentState.internalGetValueMap()Methods in io.milvus.grpc with parameters of type SegmentStateModifier and TypeMethodDescriptionPersistentSegmentInfo.Builder.setState(SegmentState value) .milvus.proto.common.SegmentState state = 5;QuerySegmentInfo.Builder.setState(SegmentState value) .milvus.proto.common.SegmentState state = 9;