Home
last modified time | relevance | path

Searched refs:getSnapshotForInterval (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatisticList.java123 return (getSnapshotForInterval(iterator(), null, null)); in getSnapshot()
138 return (getSnapshotForInterval(it, null, null)); in getSnapshot()
150 public AggregateStatistic getSnapshotForInterval(Date start, in getSnapshotForInterval() method in StatisticList
154 return (getSnapshotForInterval(iterator(), start, end)); in getSnapshotForInterval()
168 private AggregateStatistic getSnapshotForInterval(Iterator it, in getSnapshotForInterval() method in StatisticList
172 return (f.getSnapshotForInterval(it, start, end)); in getSnapshotForInterval()
H A DStatistic.java108 public AggregateStatistic getSnapshotForInterval(Iterator it, in getSnapshotForInterval() method
285 public AggregateStatistic getSnapshotForInterval(Iterator it, in getSnapshotForInterval() method in DoubleStatistic
373 public AggregateStatistic getSnapshotForInterval(Iterator it, in getSnapshotForInterval() method in LongStatistic
460 public AggregateStatistic getSnapshotForInterval(Iterator it, in getSnapshotForInterval() method in UnsignedInt64Statistic