static ConsistencyLevel |
ConsistencyLevel.forNumber(int value) |
|
ConsistencyLevel |
CreateCollectionRequest.Builder.getConsistencyLevel() |
The consistency level that the collection used, modification is not supported now.
|
ConsistencyLevel |
CreateCollectionRequest.getConsistencyLevel() |
The consistency level that the collection used, modification is not supported now.
|
ConsistencyLevel |
CreateCollectionRequestOrBuilder.getConsistencyLevel() |
The consistency level that the collection used, modification is not supported now.
|
ConsistencyLevel |
DescribeCollectionResponse.Builder.getConsistencyLevel() |
The consistency level that the collection used, modification is not supported now.
|
ConsistencyLevel |
DescribeCollectionResponse.getConsistencyLevel() |
The consistency level that the collection used, modification is not supported now.
|
ConsistencyLevel |
DescribeCollectionResponseOrBuilder.getConsistencyLevel() |
The consistency level that the collection used, modification is not supported now.
|
ConsistencyLevel |
QueryRequest.Builder.getConsistencyLevel() |
.milvus.proto.common.ConsistencyLevel consistency_level = 11;
|
ConsistencyLevel |
QueryRequest.getConsistencyLevel() |
.milvus.proto.common.ConsistencyLevel consistency_level = 11;
|
ConsistencyLevel |
QueryRequestOrBuilder.getConsistencyLevel() |
.milvus.proto.common.ConsistencyLevel consistency_level = 11;
|
ConsistencyLevel |
SearchRequest.Builder.getConsistencyLevel() |
.milvus.proto.common.ConsistencyLevel consistency_level = 14;
|
ConsistencyLevel |
SearchRequest.getConsistencyLevel() |
.milvus.proto.common.ConsistencyLevel consistency_level = 14;
|
ConsistencyLevel |
SearchRequestOrBuilder.getConsistencyLevel() |
.milvus.proto.common.ConsistencyLevel consistency_level = 14;
|
static ConsistencyLevel |
ConsistencyLevel.valueOf(int value) |
Deprecated.
|
static ConsistencyLevel |
ConsistencyLevel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static ConsistencyLevel |
ConsistencyLevel.valueOf(String name) |
Returns 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.
|