Class IdentityPartitionDTO
java.lang.Object
org.apache.gravitino.dto.rel.partitions.IdentityPartitionDTO
- All Implemented Interfaces:
PartitionDTO
,IdentityPartition
,Partition
Data transfer object representing an identity partition.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.apache.gravitino.dto.rel.partitions.PartitionDTO
PartitionDTO.Type
-
Method Summary
-
Method Details
-
builder
- Returns:
- A builder instance for
IdentityPartitionDTO
.
-
name
-
fieldNames
- Specified by:
fieldNames
in interfaceIdentityPartition
- Returns:
- The field names.
-
values
- Specified by:
values
in interfaceIdentityPartition
- Returns:
- The values.
-
properties
- Specified by:
properties
in interfacePartition
- Returns:
- The properties.
-
type
- Specified by:
type
in interfacePartitionDTO
- Returns:
- The type of the partition.
-
equals
-
hashCode
public int hashCode()
-