Commit e1ba2226 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Reverting.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6422 b35dd754-fafc-0310-a699-88a17e54d16e
parent 017b8d10
......@@ -71,7 +71,7 @@ public interface Statistic {
* recorded since the last invocation. The values will be totalled over the relevant
* time interval (by minute, hourly, daily, etc.).
*/
rate_total,
// TODO: rate_total,
/**
* The average count over a time period. An example would be the
......@@ -88,6 +88,6 @@ public interface Statistic {
* previous reads of the data. The max value read will be stored for each time interval
* (by minute, hourly, daily, etc.).
*/
count_max
// TODO: count_max
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment