Class BisectionSearchUtils
- java.lang.Object
-
- org.apache.flink.runtime.scheduler.adaptivebatch.BisectionSearchUtils
-
public class BisectionSearchUtils extends Object
Utility class for bisection search.
-
-
Constructor Summary
Constructors Constructor Description BisectionSearchUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
findMaxLegalValue(Function<Long,Boolean> legalChecker, long low, long high)
static long
findMinLegalValue(Function<Long,Boolean> legalChecker, long low, long high)
-