Uses of Class
net.floodlightcontroller.debugcounter.IDebugCounterService.MaxCountersRegistered

Packages that use IDebugCounterService.MaxCountersRegistered
net.floodlightcontroller.debugcounter   
 

Uses of IDebugCounterService.MaxCountersRegistered in net.floodlightcontroller.debugcounter
 

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)