|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.inspektr.statistics.support.AbstractThreadExecutorBasedStatisticManager
org.inspektr.statistics.support.InMemoryStatisticManager
public final class InMemoryStatisticManager
Example StatisticsManager that stores everything in memory.
Note that if this is running long enough, you could run out of memory, as it has no upper bound on the amount of statistics it stores.
Nested Class Summary | |
---|---|
protected static class |
InMemoryStatisticManager.StatisticGatheringTask
|
protected static class |
InMemoryStatisticManager.StatisticValue
|
Constructor Summary | |
---|---|
InMemoryStatisticManager()
|
Method Summary | |
---|---|
protected java.lang.Runnable |
newTask(StatisticActionContext statisticActionContext)
|
Methods inherited from class org.inspektr.statistics.support.AbstractThreadExecutorBasedStatisticManager |
---|
destroy, recalculate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InMemoryStatisticManager()
Method Detail |
---|
protected java.lang.Runnable newTask(StatisticActionContext statisticActionContext)
newTask
in class AbstractThreadExecutorBasedStatisticManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |