Class DefaultPartitioningStrategy

java.lang.Object
com.hazelcast.partition.strategy.DefaultPartitioningStrategy
All Implemented Interfaces:
PartitioningStrategy, Serializable

public class DefaultPartitioningStrategy
extends Object
implements PartitioningStrategy
A PartitioningStrategy that checks if the key implements PartitionAware. If so, the PartitionAware.getPartitionKey() is called. Otherwise null is returned.
See Also:
Serialized Form