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