Class PartitionStatisticsListResponse

java.lang.Object
org.apache.gravitino.dto.responses.BaseResponse
org.apache.gravitino.dto.responses.PartitionStatisticsListResponse
All Implemented Interfaces:
RESTMessage, RESTResponse

public class PartitionStatisticsListResponse extends BaseResponse
PartitionStatisticsListResponse is a response object that contains an array of PartitionStatisticsDTO.
  • Constructor Details

    • PartitionStatisticsListResponse

      public PartitionStatisticsListResponse(PartitionStatisticsDTO[] partitionStatistics)
      Creates a new PartitionStatsListResponse.
      Parameters:
      partitionStatistics - The updated statistics for the partition.
    • PartitionStatisticsListResponse

      public PartitionStatisticsListResponse()
      This is the constructor that is used by Jackson deserializer
  • Method Details