Package com.tangosol.net.partition
Class SimpleAssignmentStrategy.SimpleLoadCalculator
- java.lang.Object
-
- com.tangosol.net.partition.SimpleAssignmentStrategy.SimpleLoadCalculator
-
- All Implemented Interfaces:
SimpleAssignmentStrategy.LoadCalculator
- Enclosing class:
- SimpleAssignmentStrategy
public static class SimpleAssignmentStrategy.SimpleLoadCalculator extends Object implements SimpleAssignmentStrategy.LoadCalculator
SimpleLoadCalculator defines a "count-based" load (e.g. the load of each partition is defined to be 1).
-
-
Constructor Summary
Constructors Constructor Description SimpleLoadCalculator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLoad(int nPartition)
Return the load for the specified partition.int
getLoad(PartitionSet parts)
Return the load for the specified set of partitions.
-
-
-
Method Detail
-
getLoad
public int getLoad(int nPartition)
Return the load for the specified partition.- Specified by:
getLoad
in interfaceSimpleAssignmentStrategy.LoadCalculator
- Parameters:
nPartition
- the partition to determine the load for- Returns:
- the load for the specified partition
-
getLoad
public int getLoad(PartitionSet parts)
Return the load for the specified set of partitions.- Specified by:
getLoad
in interfaceSimpleAssignmentStrategy.LoadCalculator
- Parameters:
parts
- the partition set to determine the load for- Returns:
- the load for the specified set of partitions
-
-