public interface ShowPartitionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getCreatedTimestamps(int index)
All hybrid timestamps
repeated uint64 created_timestamps = 4; |
int |
getCreatedTimestampsCount()
All hybrid timestamps
repeated uint64 created_timestamps = 4; |
List<Long> |
getCreatedTimestampsList()
All hybrid timestamps
repeated uint64 created_timestamps = 4; |
long |
getCreatedUtcTimestamps(int index)
All utc timestamps calculated by created_timestamps
repeated uint64 created_utc_timestamps = 5; |
int |
getCreatedUtcTimestampsCount()
All utc timestamps calculated by created_timestamps
repeated uint64 created_utc_timestamps = 5; |
List<Long> |
getCreatedUtcTimestampsList()
All utc timestamps calculated by created_timestamps
repeated uint64 created_utc_timestamps = 5; |
long |
getInMemoryPercentages(int index)
Load percentage on querynode
Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6; |
int |
getInMemoryPercentagesCount()
Load percentage on querynode
Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6; |
List<Long> |
getInMemoryPercentagesList()
Load percentage on querynode
Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6; |
long |
getPartitionIDs(int index)
All partition ids for this collection
repeated int64 partitionIDs = 3; |
int |
getPartitionIDsCount()
All partition ids for this collection
repeated int64 partitionIDs = 3; |
List<Long> |
getPartitionIDsList()
All partition ids for this collection
repeated int64 partitionIDs = 3; |
String |
getPartitionNames(int index)
All partition names for this collection
repeated string partition_names = 2; |
com.google.protobuf.ByteString |
getPartitionNamesBytes(int index)
All partition names for this collection
repeated string partition_names = 2; |
int |
getPartitionNamesCount()
All partition names for this collection
repeated string partition_names = 2; |
List<String> |
getPartitionNamesList()
All partition names for this collection
repeated string partition_names = 2; |
Status |
getStatus()
Contain error_code and reason
.milvus.proto.common.Status status = 1; |
StatusOrBuilder |
getStatusOrBuilder()
Contain error_code and reason
.milvus.proto.common.Status status = 1; |
boolean |
hasStatus()
Contain error_code and reason
.milvus.proto.common.Status status = 1; |
boolean hasStatus()
Contain error_code and reason
.milvus.proto.common.Status status = 1;Status getStatus()
Contain error_code and reason
.milvus.proto.common.Status status = 1;StatusOrBuilder getStatusOrBuilder()
Contain error_code and reason
.milvus.proto.common.Status status = 1;List<String> getPartitionNamesList()
All partition names for this collection
repeated string partition_names = 2;int getPartitionNamesCount()
All partition names for this collection
repeated string partition_names = 2;String getPartitionNames(int index)
All partition names for this collection
repeated string partition_names = 2;index - The index of the element to return.com.google.protobuf.ByteString getPartitionNamesBytes(int index)
All partition names for this collection
repeated string partition_names = 2;index - The index of the value to return.List<Long> getPartitionIDsList()
All partition ids for this collection
repeated int64 partitionIDs = 3;int getPartitionIDsCount()
All partition ids for this collection
repeated int64 partitionIDs = 3;long getPartitionIDs(int index)
All partition ids for this collection
repeated int64 partitionIDs = 3;index - The index of the element to return.List<Long> getCreatedTimestampsList()
All hybrid timestamps
repeated uint64 created_timestamps = 4;int getCreatedTimestampsCount()
All hybrid timestamps
repeated uint64 created_timestamps = 4;long getCreatedTimestamps(int index)
All hybrid timestamps
repeated uint64 created_timestamps = 4;index - The index of the element to return.List<Long> getCreatedUtcTimestampsList()
All utc timestamps calculated by created_timestamps
repeated uint64 created_utc_timestamps = 5;int getCreatedUtcTimestampsCount()
All utc timestamps calculated by created_timestamps
repeated uint64 created_utc_timestamps = 5;long getCreatedUtcTimestamps(int index)
All utc timestamps calculated by created_timestamps
repeated uint64 created_utc_timestamps = 5;index - The index of the element to return.List<Long> getInMemoryPercentagesList()
Load percentage on querynode Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6;int getInMemoryPercentagesCount()
Load percentage on querynode Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6;long getInMemoryPercentages(int index)
Load percentage on querynode Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6;index - The index of the element to return.Copyright © 2023. All rights reserved.