Searched defs:getShare (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DObjective.java389 if (calc.getShare() != calc.comp.size() &&
390 calc.getShare() >= calc.min) {
395 calc.getShare() + " and actual share " +
472 long getShare() method in class:WeightedLoadObjective.Calculation
489 buf.append(" share: " + getShare());
551 long oldGap = Math.abs(src.getShare() -
553 long newGap = Math.abs(src.getShare() -
556 oldGap = Math.abs(tgt.getShare() -
558 newGap = Math.abs(tgt.getShare() -

Completed in 57 milliseconds