Uses of Interface
com.tangosol.net.partition.KeyPartitioningStrategy
-
Packages that use KeyPartitioningStrategy Package Description com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.partition Contains interfaces and classes related to partitioned services. -
-
Uses of KeyPartitioningStrategy in com.tangosol.net
Methods in com.tangosol.net that return KeyPartitioningStrategy Modifier and Type Method Description KeyPartitioningStrategy
PartitionedService. getKeyPartitioningStrategy()
Determine the strategy for key partitioning that this service has been configured to use. -
Uses of KeyPartitioningStrategy in com.tangosol.net.partition
Classes in com.tangosol.net.partition that implement KeyPartitioningStrategy Modifier and Type Class Description class
BroadKeyPartitioningStrategy
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
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.
-