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 longfindMaxLegalValue(Function<Long,Boolean> legalChecker, long low, long high)static longfindMinLegalValue(Function<Long,Boolean> legalChecker, long low, long high)
-