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 Details

    • SimpleLoadCalculator

      public SimpleLoadCalculator()
  • Method Details

    • getLoad

      public int getLoad(int nPartition)
      Return the load for the specified partition.
      Specified by:
      getLoad in interface SimpleAssignmentStrategy.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 interface SimpleAssignmentStrategy.LoadCalculator
      Parameters:
      parts - the partition set to determine the load for
      Returns:
      the load for the specified set of partitions