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.BackupStrengthSimpleAssignmentStrategy.AnalysisContext.m_strengthThe backup strength for the resiliency of the resulting distribution.Methods in com.tangosol.net.partition that return SimpleAssignmentStrategy.BackupStrengthModifier and TypeMethodDescriptionprotected SimpleAssignmentStrategy.BackupStrengthSimpleAssignmentStrategy.AnalysisContext.getBackupStrength()Return the BackupStrength for this analysis context.protected SimpleAssignmentStrategy.BackupStrengthSimpleAssignmentStrategy.BackupStrength.getWeaker()Return the next weakest BackupStrength.protected SimpleAssignmentStrategy.BackupStrengthSimpleAssignmentStrategy.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 voidSimpleAssignmentStrategy.AnalysisContext.setBackupStrength(SimpleAssignmentStrategy.BackupStrength strength) Set the BackupStrength for this analysis context.