Package org.apache.ignite.testframework
Class GridTestUtils.SF
java.lang.Object
org.apache.ignite.testframework.GridTestUtils.SF
- Enclosing class:
- GridTestUtils
Test parameters scale factor util.
-
Constructor Summary
Constructors -
Method Summary
-
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
-