public interface CounterManager
CounterConfig. This manages the lifycycle of a counter| Modifier 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-2014 Terracotta, Inc.. All Rights Reserved.