| 程序包 | 说明 |
|---|---|
| io.milvus.grpc |
| 限定符和类型 | 方法和说明 |
|---|---|
static ConsistencyLevel |
ConsistencyLevel.forNumber(int value) |
ConsistencyLevel |
CreateCollectionRequestOrBuilder.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 |
CreateCollectionRequest.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 |
DescribeCollectionResponse.Builder.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.
|
static ConsistencyLevel |
ConsistencyLevel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ConsistencyLevel |
ConsistencyLevel.valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static ConsistencyLevel |
ConsistencyLevel.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ConsistencyLevel[] |
ConsistencyLevel.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<ConsistencyLevel> |
ConsistencyLevel.internalGetValueMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateCollectionRequest.Builder |
CreateCollectionRequest.Builder.setConsistencyLevel(ConsistencyLevel value)
The consistency level that the collection used, modification is not supported now.
|
DescribeCollectionResponse.Builder |
DescribeCollectionResponse.Builder.setConsistencyLevel(ConsistencyLevel value)
The consistency level that the collection used, modification is not supported now.
|
Copyright © 2023. All rights reserved.