Uses of Enum
io.milvus.grpc.ConsistencyLevel
Packages that use ConsistencyLevel
-
Uses of ConsistencyLevel in io.milvus.grpc
Methods in io.milvus.grpc that return ConsistencyLevelModifier and TypeMethodDescriptionstatic ConsistencyLevelConsistencyLevel.forNumber(int value) CreateCollectionRequest.Builder.getConsistencyLevel()The consistency level that the collection used, modification is not supported now.CreateCollectionRequest.getConsistencyLevel()The consistency level that the collection used, modification is not supported now.CreateCollectionRequestOrBuilder.getConsistencyLevel()The consistency level that the collection used, modification is not supported now.DeleteRequest.Builder.getConsistencyLevel().milvus.proto.common.ConsistencyLevel consistency_level = 7;DeleteRequest.getConsistencyLevel().milvus.proto.common.ConsistencyLevel consistency_level = 7;DeleteRequestOrBuilder.getConsistencyLevel().milvus.proto.common.ConsistencyLevel consistency_level = 7;DescribeCollectionResponse.Builder.getConsistencyLevel()The consistency level that the collection used, modification is not supported now.DescribeCollectionResponse.getConsistencyLevel()The consistency level that the collection used, modification is not supported now.DescribeCollectionResponseOrBuilder.getConsistencyLevel()The consistency level that the collection used, modification is not supported now.HybridSearchRequest.Builder.getConsistencyLevel().milvus.proto.common.ConsistencyLevel consistency_level = 11;HybridSearchRequest.getConsistencyLevel().milvus.proto.common.ConsistencyLevel consistency_level = 11;HybridSearchRequestOrBuilder.getConsistencyLevel().milvus.proto.common.ConsistencyLevel consistency_level = 11;QueryRequest.Builder.getConsistencyLevel().milvus.proto.common.ConsistencyLevel consistency_level = 11;QueryRequest.getConsistencyLevel().milvus.proto.common.ConsistencyLevel consistency_level = 11;QueryRequestOrBuilder.getConsistencyLevel().milvus.proto.common.ConsistencyLevel consistency_level = 11;SearchRequest.Builder.getConsistencyLevel().milvus.proto.common.ConsistencyLevel consistency_level = 14;SearchRequest.getConsistencyLevel().milvus.proto.common.ConsistencyLevel consistency_level = 14;SearchRequestOrBuilder.getConsistencyLevel().milvus.proto.common.ConsistencyLevel consistency_level = 14;static ConsistencyLevelConsistencyLevel.valueOf(int value) Deprecated.static ConsistencyLevelConsistencyLevel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ConsistencyLevelReturns the enum constant of this type with the specified name.static ConsistencyLevel[]ConsistencyLevel.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 ConsistencyLevelModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ConsistencyLevel> ConsistencyLevel.internalGetValueMap()Methods in io.milvus.grpc with parameters of type ConsistencyLevelModifier and TypeMethodDescriptionCreateCollectionRequest.Builder.setConsistencyLevel(ConsistencyLevel value) The consistency level that the collection used, modification is not supported now.DeleteRequest.Builder.setConsistencyLevel(ConsistencyLevel value) .milvus.proto.common.ConsistencyLevel consistency_level = 7;DescribeCollectionResponse.Builder.setConsistencyLevel(ConsistencyLevel value) The consistency level that the collection used, modification is not supported now.HybridSearchRequest.Builder.setConsistencyLevel(ConsistencyLevel value) .milvus.proto.common.ConsistencyLevel consistency_level = 11;QueryRequest.Builder.setConsistencyLevel(ConsistencyLevel value) .milvus.proto.common.ConsistencyLevel consistency_level = 11;SearchRequest.Builder.setConsistencyLevel(ConsistencyLevel value) .milvus.proto.common.ConsistencyLevel consistency_level = 14;