public interface ShowCollectionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
long |
getCollectionIds(int index)
Collection Id array
repeated int64 collection_ids = 3; |
int |
getCollectionIdsCount()
Collection Id array
repeated int64 collection_ids = 3; |
List<Long> |
getCollectionIdsList()
Collection Id array
repeated int64 collection_ids = 3; |
String |
getCollectionNames(int index)
Collection name array
repeated string collection_names = 2; |
com.google.protobuf.ByteString |
getCollectionNamesBytes(int index)
Collection name array
repeated string collection_names = 2; |
int |
getCollectionNamesCount()
Collection name array
repeated string collection_names = 2; |
List<String> |
getCollectionNamesList()
Collection name array
repeated string collection_names = 2; |
long |
getCreatedTimestamps(int index)
Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4; |
int |
getCreatedTimestampsCount()
Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4; |
List<Long> |
getCreatedTimestampsList()
Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4; |
long |
getCreatedUtcTimestamps(int index)
The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5; |
int |
getCreatedUtcTimestampsCount()
The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5; |
List<Long> |
getCreatedUtcTimestampsList()
The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5; |
long |
getInMemoryPercentages(int index)
Load percentage on querynode when type is InMemory
Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6; |
int |
getInMemoryPercentagesCount()
Load percentage on querynode when type is InMemory
Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6; |
List<Long> |
getInMemoryPercentagesList()
Load percentage on querynode when type is InMemory
Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6; |
boolean |
getQueryServiceAvailable(int index)
Indicate whether query service is available
repeated bool query_service_available = 7; |
int |
getQueryServiceAvailableCount()
Indicate whether query service is available
repeated bool query_service_available = 7; |
List<Boolean> |
getQueryServiceAvailableList()
Indicate whether query service is available
repeated bool query_service_available = 7; |
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> getCollectionNamesList()
Collection name array
repeated string collection_names = 2;
int getCollectionNamesCount()
Collection name array
repeated string collection_names = 2;
String getCollectionNames(int index)
Collection name array
repeated string collection_names = 2;
index
- The index of the element to return.com.google.protobuf.ByteString getCollectionNamesBytes(int index)
Collection name array
repeated string collection_names = 2;
index
- The index of the value to return.List<Long> getCollectionIdsList()
Collection Id array
repeated int64 collection_ids = 3;
int getCollectionIdsCount()
Collection Id array
repeated int64 collection_ids = 3;
long getCollectionIds(int index)
Collection Id array
repeated int64 collection_ids = 3;
index
- The index of the element to return.List<Long> getCreatedTimestampsList()
Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4;
int getCreatedTimestampsCount()
Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4;
long getCreatedTimestamps(int index)
Hybrid timestamps in milvus
repeated uint64 created_timestamps = 4;
index
- The index of the element to return.List<Long> getCreatedUtcTimestampsList()
The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5;
int getCreatedUtcTimestampsCount()
The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5;
long getCreatedUtcTimestamps(int index)
The utc timestamp calculated by created_timestamp
repeated uint64 created_utc_timestamps = 5;
index
- The index of the element to return.List<Long> getInMemoryPercentagesList()
Load percentage on querynode when type is InMemory Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6;
int getInMemoryPercentagesCount()
Load percentage on querynode when type is InMemory Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6;
long getInMemoryPercentages(int index)
Load percentage on querynode when type is InMemory Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6;
index
- The index of the element to return.List<Boolean> getQueryServiceAvailableList()
Indicate whether query service is available
repeated bool query_service_available = 7;
int getQueryServiceAvailableCount()
Indicate whether query service is available
repeated bool query_service_available = 7;
boolean getQueryServiceAvailable(int index)
Indicate whether query service is available
repeated bool query_service_available = 7;
index
- The index of the element to return.Copyright © 2023. All rights reserved.