Home
last modified time | relevance | path

Searched refs:getMonitor (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DObjective.java355 Monitor mon = solver.getMonitor(); in examine()
1110 mon = solver.getMonitor().get((Resource)elem); in examine()
1121 double val = solver.getMonitor().getUtilization((Resource)elem); in examine()
1212 val = gapSolver.getMonitor(). in calculate()
1214 sl = (StatisticList) gapSolver.getMonitor(). in calculate()
1241 val = gapSolver.getMonitor(). in calculate()
1243 sl = (StatisticList) gapSolver.getMonitor(). in calculate()
H A DSolver.java87 public Monitor getMonitor(); in getMonitor() method
H A DSystemSolver.java712 ResourceMonitor mon = getMonitor().get(move.getMove(). in applyMove()
715 mon = getMonitor().get(move.getMove().getTo()); in applyMove()
906 public Monitor getMonitor() in getMonitor() method in SystemSolver