public final class IdentityPartitioningDTO extends Partitioning.SingleFieldPartitioning
Partitioning.SingleFieldPartitioning, Partitioning.StrategyTransform.SingleFieldTransformEMPTY_PARTITIONINGEMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE| Modifier and Type | Method and Description | 
|---|---|
| static IdentityPartitioningDTO | of(java.lang.String... fieldName)Creates a new IdentityPartitioningDTO. | 
| Partitioning.Strategy | strategy()Returns the name of the partitioning strategy. | 
arguments, fieldName, name, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassignments, childrenreferencespublic static IdentityPartitioningDTO of(java.lang.String... fieldName)
fieldName - The name of the field to partition.public Partitioning.Strategy strategy()
Partitioning