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 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

      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=695
       Load 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=695
       Load 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=695
       Load 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.