Uses of Interface
com.tangosol.net.partition.PartitionAssignmentStrategy
Packages that use 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
Methods in com.tangosol.coherence.config.builder that return PartitionAssignmentStrategyModifier and TypeMethodDescriptionPartitionAssignmentStrategyBuilder.realize(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters) Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolverto resolve values any referencedParameters. -
Uses of PartitionAssignmentStrategy in com.tangosol.net
Methods in com.tangosol.net that return PartitionAssignmentStrategyModifier 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
Classes in com.tangosol.net.partition that implement PartitionAssignmentStrategyModifier and TypeClassDescriptionclassA PartitionAssignmentStrategy used by a service to attempt to co-locate the primary ownership of partitions on the same members as another service.classSimpleAssignmentStrategy 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 PartitionAssignmentStrategyModifier and TypeClassDescriptionstatic classAn implementation ofPartitionAssignmentStrategythat does nothing.Methods in com.tangosol.util that return PartitionAssignmentStrategyModifier and TypeMethodDescriptionstatic PartitionAssignmentStrategyNullImplementation.getPartitionAssignmentStrategy()Factory method: Obtain a null implementation of a PartitionAssignmentStrategy.