Uses of Interface
com.tangosol.net.partition.SimpleStrategyMBean
-
Packages that use SimpleStrategyMBean Package Description com.tangosol.net.partition Contains interfaces and classes related to partitioned services. -
-
Uses of SimpleStrategyMBean in com.tangosol.net.partition
Classes in com.tangosol.net.partition that implement SimpleStrategyMBean 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.
-