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

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatisticList.java61 private StatisticOperations statisticOperations; field in class:StatisticList
100 statisticOperations = new StatisticOperations(this);
101 addStatisticListener(statisticOperations);
280 return (statisticOperations.isValid());
294 return (statisticOperations.getZone(kve, val));
305 return (statisticOperations.getZoneMean(val));
319 return (statisticOperations.getGap(kve, val));
328 if (statisticOperations != null) {
329 removeStatisticListener(statisticOperations);
330 statisticOperations
[all...]

Completed in 58 milliseconds