Uses of Interface
com.tangosol.net.partition.PartitionAssignmentStrategy
-
Packages that use PartitionAssignmentStrategy 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. -
-
Uses of PartitionAssignmentStrategy in com.tangosol.coherence.config.builder
Methods in com.tangosol.coherence.config.builder that return PartitionAssignmentStrategy Modifier and Type Method Description PartitionAssignmentStrategy
PartitionAssignmentStrategyBuilder. realize(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters)
Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolver
to resolve values any referencedParameter
s. -
Uses of PartitionAssignmentStrategy in com.tangosol.net
Methods in com.tangosol.net that return PartitionAssignmentStrategy Modifier and Type Method Description PartitionAssignmentStrategy
PartitionedService. getPartitionAssignmentStrategy()
Determine the strategy for assigning partitions to cluster members that this service has been configured to use. -
Uses of PartitionAssignmentStrategy in com.tangosol.net.partition
Classes in com.tangosol.net.partition that implement PartitionAssignmentStrategy Modifier and Type Class 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. -
Uses of PartitionAssignmentStrategy in com.tangosol.util
Classes in com.tangosol.util that implement PartitionAssignmentStrategy Modifier and Type Class Description static class
NullImplementation.NullPartitionAssignmentStrategy
An implementation ofPartitionAssignmentStrategy
that does nothing.Methods in com.tangosol.util that return PartitionAssignmentStrategy Modifier and Type Method Description static PartitionAssignmentStrategy
NullImplementation. getPartitionAssignmentStrategy()
Factory method: Obtain a null implementation of a PartitionAssignmentStrategy.
-