Class GridTestUtils.SF

java.lang.Object
org.apache.ignite.testframework.GridTestUtils.SF
Enclosing class:
GridTestUtils

public static final class GridTestUtils.SF extends Object
Test parameters scale factor util.
  • Constructor Summary

    Constructors
    Constructor
    Description
    SF()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    apply(int val)
     
    static int
    apply(int val, int lowerBound, int upperBound)
     
    static int
    applyLB(int val, int lowerBound)
    Apply scale factor with lower bound
    static int
    applyUB(int val, int upperBound)
    Apply scale factor with upper bound

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SF

      public SF()
  • Method Details

    • apply

      public static int apply(int val)
    • apply

      public static int apply(int val, int lowerBound, int upperBound)
    • applyLB

      public static int applyLB(int val, int lowerBound)
      Apply scale factor with lower bound
    • applyUB

      public static int applyUB(int val, int upperBound)
      Apply scale factor with upper bound