|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Average | |
---|---|
net.sourceforge.basher | |
net.sourceforge.basher.events | |
net.sourceforge.basher.impl |
Uses of Average in net.sourceforge.basher |
---|
Methods in net.sourceforge.basher that return Average | |
---|---|
Average |
Collector.markAverage()
Informs the collector that a collection period has finished. |
Methods in net.sourceforge.basher that return types with arguments of type Average | |
---|---|
List<Average> |
Collector.getAverages()
Retrieves the list of averages calculated over time. |
Uses of Average in net.sourceforge.basher.events |
---|
Methods in net.sourceforge.basher.events that return Average | |
---|---|
Average |
AverageCollectedEvent.getAverage()
|
Constructors in net.sourceforge.basher.events with parameters of type Average | |
---|---|
AverageCollectedEvent(Average average)
|
Uses of Average in net.sourceforge.basher.impl |
---|
Methods in net.sourceforge.basher.impl that return Average | |
---|---|
Average |
AbstractFileCollector.markAverage()
Ensures the average over the last time slice is written to disk. |
Average |
AbstractCollector.markAverage()
|
Average |
StdOutCollector.markAverage()
|
Methods in net.sourceforge.basher.impl that return types with arguments of type Average | |
---|---|
List<Average> |
AbstractCollector.getAverages()
|
Methods in net.sourceforge.basher.impl with parameters of type Average | |
---|---|
protected void |
AbstractFileCollector.dumpAverage(Average average)
Writes the specified Average to the averag file. |
protected abstract String |
AbstractFileCollector.formatAverage(Average average)
|
protected String |
XMLFileCollector.formatAverage(Average average)
Writes the specified Average to the average file. |
protected String |
CSVFileCollector.formatAverage(Average average)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |