public final class IdentityPartitioningDTO extends Partitioning.SingleFieldPartitioning
Partitioning.SingleFieldPartitioning, Partitioning.Strategy
Transform.SingleFieldTransform
EMPTY_PARTITIONING
EMPTY_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, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
assignments, children
references
public static IdentityPartitioningDTO of(java.lang.String... fieldName)
fieldName
- The name of the field to partition.public Partitioning.Strategy strategy()
Partitioning