public interface CounterManager
CounterConfig
. This manages the lifycycle of a counterModifier and Type | Method and Description |
---|---|
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
|
Counter createCounter(CounterConfig config)
config
- void addCounter(Counter counter)
void shutdown()
void shutdownCounter(Counter counter)
counter
- Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.