Uses of Class
com.tangosol.net.partition.SimpleAssignmentStrategy.BackupStrength
-
Packages that use SimpleAssignmentStrategy.BackupStrength Package Description com.tangosol.net.partition Contains interfaces and classes related to partitioned services. -
-
Uses of SimpleAssignmentStrategy.BackupStrength in com.tangosol.net.partition
Fields in com.tangosol.net.partition declared as SimpleAssignmentStrategy.BackupStrength Modifier and Type Field Description protected SimpleAssignmentStrategy.BackupStrength
SimpleAssignmentStrategy.AnalysisContext. m_strength
The backup strength for the resiliency of the resulting distribution.Methods in com.tangosol.net.partition that return SimpleAssignmentStrategy.BackupStrength Modifier and Type Method Description protected SimpleAssignmentStrategy.BackupStrength
SimpleAssignmentStrategy.AnalysisContext. getBackupStrength()
Return the BackupStrength for this analysis context.protected SimpleAssignmentStrategy.BackupStrength
SimpleAssignmentStrategy.BackupStrength. getWeaker()
Return the next weakest BackupStrength.protected SimpleAssignmentStrategy.BackupStrength
SimpleAssignmentStrategy.AnalysisContext. instantiateBackupStrength(Set setOwners)
Create a backup strength to be used for distribution among the specified set of ownership members.Methods in com.tangosol.net.partition with parameters of type SimpleAssignmentStrategy.BackupStrength Modifier and Type Method Description protected void
SimpleAssignmentStrategy.AnalysisContext. setBackupStrength(SimpleAssignmentStrategy.BackupStrength strength)
Set the BackupStrength for this analysis context.
-