Methods in net.floodlightcontroller.debugcounter that throw IDebugCounterService.MaxCountersRegistered |
IDebugCounter |
NullDebugCounter.registerCounter(java.lang.String moduleName,
java.lang.String counterHierarchy,
java.lang.String counterDescription,
IDebugCounterService.CounterType counterType,
java.lang.String... metaData)
|
IDebugCounter |
IDebugCounterService.registerCounter(java.lang.String moduleName,
java.lang.String counterHierarchy,
java.lang.String counterDescription,
IDebugCounterService.CounterType counterType,
java.lang.String... metaData)
All modules that wish to have the DebugCounterService count for them, must
register their counters by making this call (typically from that module's
'startUp' method). |
IDebugCounter |
DebugCounter.registerCounter(java.lang.String moduleName,
java.lang.String counterHierarchy,
java.lang.String counterDescription,
IDebugCounterService.CounterType counterType,
java.lang.String... metaData)
|