Interface PartitionDTO
- All Superinterfaces:
Partition
- All Known Implementing Classes:
IdentityPartitionDTO
,ListPartitionDTO
,RangePartitionDTO
Represents a Partition Data Transfer Object (DTO) that implements the Partition interface.
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface org.apache.gravitino.rel.partitions.Partition
name, properties
-
Method Details
-
type
PartitionDTO.Type type()- Returns:
- The type of the partition.
-