Interface GenericPartitioningStrategy

All Superinterfaces:
PartitioningStrategy<Object>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface GenericPartitioningStrategy extends PartitioningStrategy<Object>
A PartitioningStrategy which allocates partitions without reference to the object being added.