Package com.tangosol.net.partition
Interface SimpleAssignmentStrategy.LoadCalculator
- All Known Implementing Classes:
SimpleAssignmentStrategy.SimpleLoadCalculator
- Enclosing class:
SimpleAssignmentStrategy
public static interface SimpleAssignmentStrategy.LoadCalculator
LoadCalculator is used to calculate the scalar load (expressed as an
integer) of a partition (or set of partitions).
-
Method Summary
Modifier and TypeMethodDescriptionintgetLoad(int iPartition) Return the load for the specified partition.intgetLoad(PartitionSet parts) Return the load for the specified set of partitions.
-
Method Details
-
getLoad
int getLoad(int iPartition) Return the load for the specified partition.- Parameters:
iPartition- the partition to determine the load for- Returns:
- the load for the specified partition
-
getLoad
Return the load for the specified set of partitions.- Parameters:
parts- the partition set to determine the load for- Returns:
- the load for the specified set of partitions
-