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
Modifier and TypeMethodDescriptionlonggetCreatedTimestamps(int index) All hybrid timestampsintAll hybrid timestampsAll hybrid timestampslonggetCreatedUtcTimestamps(int index) All utc timestamps calculated by created_timestampsintAll utc timestamps calculated by created_timestampsAll utc timestamps calculated by created_timestampslonggetInMemoryPercentages(int index) Deprecated.milvus.proto.milvus.ShowPartitionsResponse.inMemory_percentages is deprecated.intDeprecated.milvus.proto.milvus.ShowPartitionsResponse.inMemory_percentages is deprecated.Deprecated.milvus.proto.milvus.ShowPartitionsResponse.inMemory_percentages is deprecated.longgetPartitionIDs(int index) All partition ids for this collectionintAll partition ids for this collectionAll partition ids for this collectiongetPartitionNames(int index) All partition names for this collectioncom.google.protobuf.ByteStringgetPartitionNamesBytes(int index) All partition names for this collectionintAll partition names for this collectionAll partition names for this collectionContain error_code and reasonContain error_code and reasonbooleanContain error_code and reasonMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
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
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
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
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.milvus.proto.milvus.ShowPartitionsResponse.inMemory_percentages is deprecated. See milvus.proto;l=698Load percentage on querynode Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6 [deprecated = true];- Returns:
- A list containing the inMemoryPercentages.
-
getInMemoryPercentagesCount
Deprecated.milvus.proto.milvus.ShowPartitionsResponse.inMemory_percentages is deprecated. See milvus.proto;l=698Load percentage on querynode Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6 [deprecated = true];- Returns:
- The count of inMemoryPercentages.
-
getInMemoryPercentages
Deprecated.milvus.proto.milvus.ShowPartitionsResponse.inMemory_percentages is deprecated. See milvus.proto;l=698Load 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.
-