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

Packages that use IDebugCounterService.MissingHierarchicalLevel
net.floodlightcontroller.debugcounter   
 

Uses of IDebugCounterService.MissingHierarchicalLevel in net.floodlightcontroller.debugcounter
 

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