Uses of Class
com.tangosol.net.partition.SimpleAssignmentStrategy.BackupStrength
Packages that use SimpleAssignmentStrategy.BackupStrength
Package
Description
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.BackupStrengthModifier and TypeFieldDescriptionprotected 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.BackupStrengthModifier and TypeMethodDescriptionprotected 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.BackupStrengthModifier and TypeMethodDescriptionprotected void
SimpleAssignmentStrategy.AnalysisContext.setBackupStrength
(SimpleAssignmentStrategy.BackupStrength strength) Set the BackupStrength for this analysis context.