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

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatistic.java81 interface AggregateStatistic extends Statistic interface in inherits:Statistic
88 public AggregateStatistic add(AggregateStatistic o);
95 public AggregateStatistic subtract(AggregateStatistic o);
108 public AggregateStatistic getSnapshotForInterval(Iterator it,
222 implements AggregateStatistic
265 public AggregateStatistic add(AggregateStatistic o)
275 public AggregateStatistic subtrac
[all...]

Completed in 44 milliseconds