Uses of Interface
com.tangosol.net.partition.KeyPartitioningStrategy
Package
Description
Contains basic cluster interfaces and factories.
Contains interfaces and classes related to partitioned services.
-
Uses of KeyPartitioningStrategy in com.tangosol.net
Modifier and TypeMethodDescriptionPartitionedService.getKeyPartitioningStrategy()
Determine the strategy for key partitioning that this service has been configured to use. -
Uses of KeyPartitioningStrategy in com.tangosol.net.partition
Modifier and TypeClassDescriptionclass
The BroadKeyPartitioningStrategy is a strategy that could be used in cases when the standard key association-based strategy produces very uneven partition distribution - some partitions having significantly larger amount of data than others.class
DefaultKeyPartitioningStrategy provides a simple strategy for assigning keys to partitions which is based on the hash code of keys in internal (serialized to Binary) form.