| Package | Description | 
|---|---|
| com.tangosol.coherence.config.builder | 
 Defines the typical runtime configuration builders for the Coherence 
configuration object model. 
 | 
| com.tangosol.net | 
 Contains basic cluster interfaces and factories. 
 | 
| com.tangosol.net.partition | 
 Contains interfaces and classes related to partitioned services. 
 | 
| com.tangosol.util | 
 Contains various generic utilities. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PartitionAssignmentStrategy | 
PartitionAssignmentStrategyBuilder.realize(com.tangosol.config.expression.ParameterResolver resolver,
       ClassLoader loader,
       ParameterList listParameters)
Realizes (creates if necessary) an instance of a object of type T, using the provided  
ParameterResolver
 to resolve values any referenced Parameters. | 
| Modifier and Type | Method and Description | 
|---|---|
PartitionAssignmentStrategy | 
PartitionedService.getPartitionAssignmentStrategy()
Determine the strategy for assigning partitions to cluster members that
 this service has been configured to use. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MirroringAssignmentStrategy
A PartitionAssignmentStrategy used by a service to attempt to co-locate the
 primary ownership of partitions on the same members as another service. 
 | 
class  | 
SimpleAssignmentStrategy
SimpleAssignmentStrategy is a PartitionAssignmentStrategy that attempts to
 balance the partition distribution based on the number of primary and backup
 partitions owned. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
NullImplementation.NullPartitionAssignmentStrategy
An implementation of  
PartitionAssignmentStrategy that does nothing. | 
| Modifier and Type | Method and Description | 
|---|---|
static PartitionAssignmentStrategy | 
NullImplementation.getPartitionAssignmentStrategy()
Factory method: Obtain a null implementation of a PartitionAssignmentStrategy. 
 |