Package io.milvus.grpc
Interface ShowPartitionsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ShowPartitionsResponse,ShowPartitionsResponse.Builder
public interface ShowPartitionsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description longgetCreatedTimestamps(int index)All hybrid timestampsintgetCreatedTimestampsCount()All hybrid timestampsList<Long>getCreatedTimestampsList()All hybrid timestampslonggetCreatedUtcTimestamps(int index)All utc timestamps calculated by created_timestampsintgetCreatedUtcTimestampsCount()All utc timestamps calculated by created_timestampsList<Long>getCreatedUtcTimestampsList()All utc timestamps calculated by created_timestampslonggetInMemoryPercentages(int index)Deprecated.milvus.proto.milvus.ShowPartitionsResponse.inMemory_percentages is deprecated.intgetInMemoryPercentagesCount()Deprecated.milvus.proto.milvus.ShowPartitionsResponse.inMemory_percentages is deprecated.List<Long>getInMemoryPercentagesList()Deprecated.milvus.proto.milvus.ShowPartitionsResponse.inMemory_percentages is deprecated.longgetPartitionIDs(int index)All partition ids for this collectionintgetPartitionIDsCount()All partition ids for this collectionList<Long>getPartitionIDsList()All partition ids for this collectionStringgetPartitionNames(int index)All partition names for this collectioncom.google.protobuf.ByteStringgetPartitionNamesBytes(int index)All partition names for this collectionintgetPartitionNamesCount()All partition names for this collectionList<String>getPartitionNamesList()All partition names for this collectionStatusgetStatus()Contain error_code and reasonStatusOrBuildergetStatusOrBuilder()Contain error_code and reasonbooleanhasStatus()Contain error_code and reason-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStatus
boolean hasStatus()
Contain error_code and reason
.milvus.proto.common.Status status = 1;- Returns:
- Whether the status field is set.
-
getStatus
Status getStatus()
Contain error_code and reason
.milvus.proto.common.Status status = 1;- Returns:
- The status.
-
getStatusOrBuilder
StatusOrBuilder getStatusOrBuilder()
Contain error_code and reason
.milvus.proto.common.Status status = 1;
-
getPartitionNamesList
List<String> getPartitionNamesList()
All partition names for this collection
repeated string partition_names = 2;- Returns:
- A list containing the partitionNames.
-
getPartitionNamesCount
int getPartitionNamesCount()
All partition names for this collection
repeated string partition_names = 2;- Returns:
- The count of partitionNames.
-
getPartitionNames
String getPartitionNames(int index)
All partition names for this collection
repeated string partition_names = 2;- Parameters:
index- The index of the element to return.- Returns:
- The partitionNames at the given index.
-
getPartitionNamesBytes
com.google.protobuf.ByteString getPartitionNamesBytes(int index)
All partition names for this collection
repeated string partition_names = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the partitionNames at the given index.
-
getPartitionIDsList
List<Long> getPartitionIDsList()
All partition ids for this collection
repeated int64 partitionIDs = 3;- Returns:
- A list containing the partitionIDs.
-
getPartitionIDsCount
int getPartitionIDsCount()
All partition ids for this collection
repeated int64 partitionIDs = 3;- Returns:
- The count of partitionIDs.
-
getPartitionIDs
long getPartitionIDs(int index)
All partition ids for this collection
repeated int64 partitionIDs = 3;- Parameters:
index- The index of the element to return.- Returns:
- The partitionIDs at the given index.
-
getCreatedTimestampsList
List<Long> getCreatedTimestampsList()
All hybrid timestamps
repeated uint64 created_timestamps = 4;- Returns:
- A list containing the createdTimestamps.
-
getCreatedTimestampsCount
int getCreatedTimestampsCount()
All hybrid timestamps
repeated uint64 created_timestamps = 4;- Returns:
- The count of createdTimestamps.
-
getCreatedTimestamps
long getCreatedTimestamps(int index)
All hybrid timestamps
repeated uint64 created_timestamps = 4;- Parameters:
index- The index of the element to return.- Returns:
- The createdTimestamps at the given index.
-
getCreatedUtcTimestampsList
List<Long> getCreatedUtcTimestampsList()
All utc timestamps calculated by created_timestamps
repeated uint64 created_utc_timestamps = 5;- Returns:
- A list containing the createdUtcTimestamps.
-
getCreatedUtcTimestampsCount
int getCreatedUtcTimestampsCount()
All utc timestamps calculated by created_timestamps
repeated uint64 created_utc_timestamps = 5;- Returns:
- The count of createdUtcTimestamps.
-
getCreatedUtcTimestamps
long getCreatedUtcTimestamps(int index)
All utc timestamps calculated by created_timestamps
repeated uint64 created_utc_timestamps = 5;- Parameters:
index- The index of the element to return.- Returns:
- The createdUtcTimestamps at the given index.
-
getInMemoryPercentagesList
@Deprecated List<Long> getInMemoryPercentagesList()
Deprecated.milvus.proto.milvus.ShowPartitionsResponse.inMemory_percentages is deprecated. See milvus.proto;l=665Load percentage on querynode Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6 [deprecated = true];- Returns:
- A list containing the inMemoryPercentages.
-
getInMemoryPercentagesCount
@Deprecated int getInMemoryPercentagesCount()
Deprecated.milvus.proto.milvus.ShowPartitionsResponse.inMemory_percentages is deprecated. See milvus.proto;l=665Load percentage on querynode Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6 [deprecated = true];- Returns:
- The count of inMemoryPercentages.
-
getInMemoryPercentages
@Deprecated long getInMemoryPercentages(int index)
Deprecated.milvus.proto.milvus.ShowPartitionsResponse.inMemory_percentages is deprecated. See milvus.proto;l=665Load percentage on querynode Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6 [deprecated = true];- Parameters:
index- The index of the element to return.- Returns:
- The inMemoryPercentages at the given index.
-
-