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

Packages that use IDebugCounterService.MaxHierarchyRegistered
net.floodlightcontroller.debugcounter   
 

Uses of IDebugCounterService.MaxHierarchyRegistered in net.floodlightcontroller.debugcounter
 

Methods in net.floodlightcontroller.debugcounter that throw IDebugCounterService.MaxHierarchyRegistered
 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)