Class PartitionStatisticsDropRequest

java.lang.Object
org.apache.gravitino.dto.requests.PartitionStatisticsDropRequest
All Implemented Interfaces:
RESTMessage, RESTRequest

public class PartitionStatisticsDropRequest extends Object implements RESTRequest
Request to drop partition statistics.
  • Constructor Details

    • PartitionStatisticsDropRequest

      public PartitionStatisticsDropRequest(List<PartitionStatisticsDropDTO> drops)
      Creates a new PartitionStatsDropRequest.
      Parameters:
      drops - The partition statistics to drop.
    • PartitionStatisticsDropRequest

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