| 程序包 | 说明 |
|---|---|
| io.milvus.grpc | |
| io.milvus.param.collection |
| 限定符和类型 | 方法和说明 |
|---|---|
static ShowType |
ShowType.forNumber(int value) |
ShowType |
ShowCollectionsRequest.getType()
Decide return Loaded collections or All collections(Optional)
.milvus.proto.milvus.ShowType type = 4; |
ShowType |
ShowCollectionsRequest.Builder.getType()
Decide return Loaded collections or All collections(Optional)
.milvus.proto.milvus.ShowType type = 4; |
ShowType |
ShowCollectionsRequestOrBuilder.getType()
Decide return Loaded collections or All collections(Optional)
.milvus.proto.milvus.ShowType type = 4; |
ShowType |
ShowPartitionsRequestOrBuilder.getType()
Decide return Loaded partitions or All partitions(Optional)
Deprecated: use GetLoadingProgress rpc instead
.milvus.proto.milvus.ShowType type = 6; |
ShowType |
ShowPartitionsRequest.getType()
Decide return Loaded partitions or All partitions(Optional)
Deprecated: use GetLoadingProgress rpc instead
.milvus.proto.milvus.ShowType type = 6; |
ShowType |
ShowPartitionsRequest.Builder.getType()
Decide return Loaded partitions or All partitions(Optional)
Deprecated: use GetLoadingProgress rpc instead
.milvus.proto.milvus.ShowType type = 6; |
static ShowType |
ShowType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ShowType |
ShowType.valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static ShowType |
ShowType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ShowType[] |
ShowType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<ShowType> |
ShowType.internalGetValueMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
ShowCollectionsRequest.Builder |
ShowCollectionsRequest.Builder.setType(ShowType value)
Decide return Loaded collections or All collections(Optional)
.milvus.proto.milvus.ShowType type = 4; |
ShowPartitionsRequest.Builder |
ShowPartitionsRequest.Builder.setType(ShowType value)
Decide return Loaded partitions or All partitions(Optional)
Deprecated: use GetLoadingProgress rpc instead
.milvus.proto.milvus.ShowType type = 6; |
| 限定符和类型 | 方法和说明 |
|---|---|
ShowCollectionsParam.Builder |
ShowCollectionsParam.Builder.withShowType(ShowType showType)
Sets a show type.
|
Copyright © 2023. All rights reserved.