Class PartitionResponse
java.lang.Object
org.apache.gravitino.dto.responses.BaseResponse
org.apache.gravitino.dto.responses.PartitionResponse
- All Implemented Interfaces:
RESTMessage
,RESTResponse
Represents a response for a partition.
-
Constructor Summary
ConstructorsConstructorDescriptionThis is the constructor that is used by Jackson deserializerPartitionResponse
(PartitionDTO partition) Creates a new PartitionResponse. -
Method Summary
Methods inherited from class org.apache.gravitino.dto.responses.BaseResponse
validate
-
Constructor Details
-
PartitionResponse
Creates a new PartitionResponse.- Parameters:
partition
- The partition.
-
PartitionResponse
public PartitionResponse()This is the constructor that is used by Jackson deserializer
-