Uses of Enum
io.milvus.grpc.SegmentLevel
Packages that use SegmentLevel
-
Uses of SegmentLevel in io.milvus.grpc
Methods in io.milvus.grpc that return SegmentLevelModifier and TypeMethodDescriptionstatic SegmentLevelSegmentLevel.forNumber(int value) PersistentSegmentInfo.Builder.getLevel().milvus.proto.common.SegmentLevel level = 6;PersistentSegmentInfo.getLevel().milvus.proto.common.SegmentLevel level = 6;PersistentSegmentInfoOrBuilder.getLevel().milvus.proto.common.SegmentLevel level = 6;QuerySegmentInfo.Builder.getLevel().milvus.proto.common.SegmentLevel level = 11;QuerySegmentInfo.getLevel().milvus.proto.common.SegmentLevel level = 11;QuerySegmentInfoOrBuilder.getLevel().milvus.proto.common.SegmentLevel level = 11;static SegmentLevelSegmentLevel.valueOf(int value) Deprecated.static SegmentLevelSegmentLevel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static SegmentLevelReturns the enum constant of this type with the specified name.static SegmentLevel[]SegmentLevel.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 SegmentLevelModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SegmentLevel> SegmentLevel.internalGetValueMap()Methods in io.milvus.grpc with parameters of type SegmentLevelModifier and TypeMethodDescriptionPersistentSegmentInfo.Builder.setLevel(SegmentLevel value) .milvus.proto.common.SegmentLevel level = 6;QuerySegmentInfo.Builder.setLevel(SegmentLevel value) .milvus.proto.common.SegmentLevel level = 11;