Uses of Interface
com.tangosol.net.partition.PartitionAssignmentStrategy
Package
Description
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Contains basic cluster interfaces and factories.
Contains interfaces and classes related to partitioned services.
Contains various generic utilities.
-
Uses of PartitionAssignmentStrategy in com.tangosol.coherence.config.builder
Modifier and TypeMethodDescriptionPartitionAssignmentStrategyBuilder.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
Modifier and TypeMethodDescriptionPartitionedService.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
Modifier and TypeClassDescriptionclass
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 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
Modifier and TypeClassDescriptionstatic class
An implementation ofPartitionAssignmentStrategy
that does nothing.Modifier and TypeMethodDescriptionstatic PartitionAssignmentStrategy
NullImplementation.getPartitionAssignmentStrategy()
Factory method: Obtain a null implementation of a PartitionAssignmentStrategy.