Uses of Interface
com.tangosol.net.partition.DistributionManager
-
Packages that use DistributionManager Package Description com.tangosol.net.partition Contains interfaces and classes related to partitioned services.com.tangosol.util Contains various generic utilities. -
-
Uses of DistributionManager in com.tangosol.net.partition
Fields in com.tangosol.net.partition declared as DistributionManager Modifier and Type Field Description protected DistributionManager
SimpleAssignmentStrategy. m_manager
The DistributionManager.Methods in com.tangosol.net.partition that return DistributionManager Modifier and Type Method Description DistributionManager
SimpleAssignmentStrategy. getManager()
Return the DistributionManager.Methods in com.tangosol.net.partition with parameters of type DistributionManager Modifier and Type Method Description void
MirroringAssignmentStrategy. init(DistributionManager manager)
Initialize the PartitionAssignmentStrategy and bind it to the specified DistributionManager.void
PartitionAssignmentStrategy. init(DistributionManager manager)
Initialize the PartitionAssignmentStrategy and bind it to the specified DistributionManager.void
SimpleAssignmentStrategy. init(DistributionManager manager)
Initialize the PartitionAssignmentStrategy and bind it to the specified DistributionManager. -
Uses of DistributionManager in com.tangosol.util
Methods in com.tangosol.util with parameters of type DistributionManager Modifier and Type Method Description void
NullImplementation.NullPartitionAssignmentStrategy. init(DistributionManager manager)
Initialize the PartitionAssignmentStrategy and bind it to the specified DistributionManager.
-