Class PartitionStatisticsDropRequest
java.lang.Object
org.apache.gravitino.dto.requests.PartitionStatisticsDropRequest
- All Implemented Interfaces:
RESTMessage
,RESTRequest
Request to drop partition statistics.
-
Constructor Summary
ConstructorsConstructorDescriptionThis is the constructor that is used by Jackson deserializerCreates a new PartitionStatsDropRequest. -
Method Summary
-
Constructor Details
-
PartitionStatisticsDropRequest
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
-
validate
Validates the request.- Specified by:
validate
in interfaceRESTMessage
- Throws:
IllegalArgumentException
- If the request is invalid, this exception is thrown.
-