Class PartitionListResponse
java.lang.Object
org.apache.gravitino.dto.responses.BaseResponse
org.apache.gravitino.dto.responses.PartitionListResponse
- All Implemented Interfaces:
RESTMessage
,RESTResponse
Represents a response for a list of partitions.
-
Constructor Summary
ConstructorsConstructorDescriptionThis is the constructor that is used by Jackson deserializer to create an instance of PartitionListResponse.PartitionListResponse
(PartitionDTO[] partitions) Creates a new PartitionListResponse. -
Method Summary
Methods inherited from class org.apache.gravitino.dto.responses.BaseResponse
validate
-
Constructor Details
-
PartitionListResponse
Creates a new PartitionListResponse.- Parameters:
partitions
- The list of partitions.
-
PartitionListResponse
public PartitionListResponse()This is the constructor that is used by Jackson deserializer to create an instance of PartitionListResponse.
-