|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CounterManager
A Counter Manager that accepts a config to create counters. Creates counter's
based on CounterConfig
. This manages the lifycycle of a counter
Method Summary | |
---|---|
void |
addCounter(Counter counter)
Adds a counter. |
Counter |
createCounter(CounterConfig config)
Creates a Counter based on the passed config |
void |
shutdown()
Shuts down this counter manager |
void |
shutdownCounter(Counter counter)
Shuts down the counter |
Method Detail |
---|
Counter createCounter(CounterConfig config)
config
-
void addCounter(Counter counter)
void shutdown()
void shutdownCounter(Counter counter)
counter
-
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |