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 class
The builder for ListPartitionDTO.Nested classes/interfaces inherited from interface org.apache.gravitino.dto.rel.partitions.PartitionDTO
PartitionDTO.Type
-
Method Summary
Modifier and TypeMethodDescriptionstatic ListPartitionDTO.Builder
builder()
boolean
int
hashCode()
LiteralDTO[][]
lists()
name()
type()
-
Method Details
-
builder
- Returns:
- The builder for ListPartitionDTO.
-
name
-
lists
- Specified by:
lists
in interfaceListPartition
- Returns:
- The lists of the partition.
-
properties
- Specified by:
properties
in interfacePartition
- Returns:
- The properties of the partition.
-
type
- Specified by:
type
in interfacePartitionDTO
- Returns:
- The type of the partition.
-
equals
-
hashCode
public int hashCode()
-