AggregateStatistic
AggregateStatistic stat = calcDerivedStatistic("utilization");
public AggregateStatistic getDerivedStatistic(String name)
return ((AggregateStatistic)((StatisticList)get(name)).
private AggregateStatistic calcDerivedStatistic(String name)
AggregateStatistic sv1 = (AggregateStatistic)
AggregateStatistic sv2 = (AggregateStatistic)
((AggregateStatistic)first.get(first.size() -
2)).getStart(), ((AggregateStatistic)first.
public AggregateStatistic getSnapshotForInterval(Iterator it,
implements AggregateStatistic
public AggregateStatistic add(AggregateStatistic o)
public AggregateStatistic subtract(AggregateStatistic o)
public AggregateStatistic getSnapshotForInterval(Iterator it,
implements AggregateStatistic
public AggregateStatistic add(AggregateStatistic o)
public AggregateStatistic subtract(AggregateStatistic o)
public AggregateStatistic getSnapshotForInterval(Iterator it,
implements AggregateStatistic
public AggregateStatistic add(AggregateStatistic o)
public AggregateStatistic subtract(AggregateStatistic o)
public AggregateStatistic getSnapshotForInterval(Iterator it,
public AggregateStatistic add(AggregateStatistic o);
public AggregateStatistic subtract(AggregateStatistic o);
public AggregateStatistic getSnapshot()
private AggregateStatistic getSnapshot(Iterator it)
public AggregateStatistic getSnapshotForInterval(Date start,
private AggregateStatistic getSnapshotForInterval(Iterator it,
AggregateStatistic f = (AggregateStatistic) getFirst();
notifyStatisticAdd((AggregateStatistic) o);
notifyStatisticRemove((AggregateStatistic) o);
private void notifyStatisticAdd(AggregateStatistic s)
private void notifyStatisticRemove(AggregateStatistic s)
private final AggregateStatistic target;
public StatisticEvent(Object source, int id, AggregateStatistic target)
public AggregateStatistic getTarget()
private AggregateStatistic total;
((AggregateStatistic)it.next())).getValue();