Class ListPartitionDTO
java.lang.Object
org.apache.gravitino.dto.rel.partitions.ListPartitionDTO
- All Implemented Interfaces:
PartitionDTO,ListPartition,Partition
Represents a List Partition Data Transfer Object (DTO) that implements the ListPartition
interface.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe builder for ListPartitionDTO.Nested classes/interfaces inherited from interface org.apache.gravitino.dto.rel.partitions.PartitionDTO
PartitionDTO.Type -
Method Summary
Modifier and TypeMethodDescriptionstatic ListPartitionDTO.Builderbuilder()booleaninthashCode()LiteralDTO[][]lists()name()type()
-
Method Details
-
builder
- Returns:
- The builder for ListPartitionDTO.
-
name
-
lists
- Specified by:
listsin interfaceListPartition- Returns:
- The lists of the partition.
-
properties
- Specified by:
propertiesin interfacePartition- Returns:
- The properties of the partition.
-
type
- Specified by:
typein interfacePartitionDTO- Returns:
- The type of the partition.
-
equals
-
hashCode
public int hashCode()
-