Searched refs:sizeEstimate (Results 1 – 3 of 3) sorted by relevance
183 public static long suggestTargetSize(long sizeEstimate) { in suggestTargetSize() argument184 long est = sizeEstimate / LEAF_TARGET; in suggestTargetSize()192 protected final long getTargetSize(long sizeEstimate) { in getTargetSize() argument195 (targetSize = suggestTargetSize(sizeEstimate))); in getTargetSize()293 long sizeEstimate = rs.estimateSize(); in compute() local294 long sizeThreshold = getTargetSize(sizeEstimate); in compute()297 while (sizeEstimate > sizeThreshold && (ls = rs.trySplit()) != null) { in compute()314 sizeEstimate = rs.estimateSize(); in compute()
103 long sizeEstimate = rs.estimateSize(); in compute() local104 long sizeThreshold = getTargetSize(sizeEstimate); in compute()114 if (sizeEstimate <= sizeThreshold || (ls = rs.trySplit()) == null) { in compute()134 sizeEstimate = rs.estimateSize(); in compute()
281 long sizeEstimate = rightSplit.estimateSize(), sizeThreshold; in compute() local283 targetSize = sizeThreshold = AbstractTask.suggestTargetSize(sizeEstimate); in compute()289 if (sizeEstimate <= sizeThreshold || in compute()308 sizeEstimate = rightSplit.estimateSize(); in compute()