Class PartitionResponse

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

public class PartitionResponse extends BaseResponse
Represents a response for a partition.
  • Constructor Details

    • PartitionResponse

      public PartitionResponse(PartitionDTO partition)
      Creates a new PartitionResponse.
      Parameters:
      partition - The partition.
    • PartitionResponse

      public PartitionResponse()
      This is the constructor that is used by Jackson deserializer