Class PartitionListResponse

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

public class PartitionListResponse extends BaseResponse
Represents a response for a list of partitions.
  • Constructor Details

    • PartitionListResponse

      public PartitionListResponse(PartitionDTO[] partitions)
      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.