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:
fieldNamesin interfaceIdentityPartition- Returns:
- The field names.
-
values
- Specified by:
valuesin interfaceIdentityPartition- Returns:
- The values.
-
properties
- Specified by:
propertiesin interfacePartition- Returns:
- The properties.
-
type
- Specified by:
typein interfacePartitionDTO- Returns:
- The type of the partition.
-
equals
-
hashCode
public int hashCode()
-