Uses of Class
com.tangosol.net.partition.SimpleAssignmentStrategy.BackupStrength
Package
Description
Contains interfaces and classes related to partitioned services.
-
Uses of SimpleAssignmentStrategy.BackupStrength in com.tangosol.net.partition
Modifier and TypeFieldDescriptionprotected SimpleAssignmentStrategy.BackupStrength
SimpleAssignmentStrategy.AnalysisContext.m_strength
The backup strength for the resiliency of the resulting distribution.Modifier 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.Modifier and TypeMethodDescriptionprotected void
SimpleAssignmentStrategy.AnalysisContext.setBackupStrength
(SimpleAssignmentStrategy.BackupStrength strength) Set the BackupStrength for this analysis context.