Uses of Interface
com.tangosol.net.partition.SimpleAssignmentStrategy.LoadCalculator
Packages that use SimpleAssignmentStrategy.LoadCalculator
Package
Description
Contains interfaces and classes related to partitioned services.
-
Uses of SimpleAssignmentStrategy.LoadCalculator in com.tangosol.net.partition
Classes in com.tangosol.net.partition that implement SimpleAssignmentStrategy.LoadCalculatorModifier and TypeClassDescriptionstatic class
SimpleLoadCalculator defines a "count-based" load (e.g. the load of each partition is defined to be 1).Fields in com.tangosol.net.partition declared as SimpleAssignmentStrategy.LoadCalculatorModifier and TypeFieldDescriptionprotected SimpleAssignmentStrategy.LoadCalculator
SimpleAssignmentStrategy.AnalysisContext.m_calculatorBackup
The backup LoadCalculator.protected SimpleAssignmentStrategy.LoadCalculator
SimpleAssignmentStrategy.AnalysisContext.m_calculatorPrimary
The primary LoadCalculator.Methods in com.tangosol.net.partition that return SimpleAssignmentStrategy.LoadCalculatorModifier 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.