Uses of Interface
com.tangosol.net.partition.SimpleAssignmentStrategy.LoadCalculator
Package
Description
Contains interfaces and classes related to partitioned services.
-
Uses of SimpleAssignmentStrategy.LoadCalculator in com.tangosol.net.partition
Modifier and TypeClassDescriptionstatic class
SimpleLoadCalculator defines a "count-based" load (e.g. the load of each partition is defined to be 1).Modifier and TypeFieldDescriptionprotected SimpleAssignmentStrategy.LoadCalculator
SimpleAssignmentStrategy.AnalysisContext.m_calculatorBackup
The backup LoadCalculator.protected SimpleAssignmentStrategy.LoadCalculator
SimpleAssignmentStrategy.AnalysisContext.m_calculatorPrimary
The primary LoadCalculator.Modifier and TypeMethodDescriptionSimpleAssignmentStrategy.AnalysisContext.getBackupLoadCalculator()
Return the LoadCalculator used to calculate the backup partition load.SimpleAssignmentStrategy.AnalysisContext.getPrimaryLoadCalculator()
Return the LoadCalculator used to calculate the primary partition load.SimpleAssignmentStrategy.instantiateLoadCalculator
(boolean fPrimary) Instantiate the load calculator.