Uses of Interface
net.floodlightcontroller.debugcounter.IDebugCounter

Packages that use IDebugCounter
net.floodlightcontroller.core.internal   
net.floodlightcontroller.debugcounter   
net.floodlightcontroller.devicemanager.internal   
net.floodlightcontroller.topology   
org.sdnplatform.sync.internal   
org.sdnplatform.sync.internal.rpc   
org.sdnplatform.sync.internal.store   
 

Uses of IDebugCounter in net.floodlightcontroller.core.internal
 

Fields in net.floodlightcontroller.core.internal declared as IDebugCounter
 IDebugCounter Controller.Counters.consolidateStoreInconsistencies
           
 IDebugCounter Controller.Counters.consolidateStoreRunCount
           
 IDebugCounter Controller.Counters.controllerNodeIpsChanged
           
 IDebugCounter Controller.Counters.dispatchMessage
           
 IDebugCounter Controller.Counters.dispatchMessageWhileSlave
           
 IDebugCounter Controller.Counters.epermErrorWhileSwitchIsMaster
           
 IDebugCounter Controller.Counters.errorSameSwitchReactivated
           
 IDebugCounter Controller.Counters.invalidPortsChanged
           
 IDebugCounter Controller.Counters.invalidStoreEventWhileMaster
           
 IDebugCounter Controller.Counters.invalidSwitchActivatedWhileSlave
           
 IDebugCounter Controller.Counters.messageInputThrottled
           
 IDebugCounter Controller.Counters.messageReceived
           
 IDebugCounter Controller.Counters.newSwitchActivated
           
 IDebugCounter Controller.Counters.newSwitchFromStore
           
 IDebugCounter Controller.Counters.packetInWhileSwitchIsSlave
           
 IDebugCounter Controller.Counters.readyForReconcile
           
 IDebugCounter Controller.Counters.rejectedExecutionException
           
 IDebugCounter Controller.Counters.remoteStoreNotification
           
 IDebugCounter Controller.Counters.roleNotResentBecauseRolePending
           
 IDebugCounter Controller.Counters.roleReplyErrorUnsupported
           
 IDebugCounter Controller.Counters.roleReplyReceived
           
 IDebugCounter Controller.Counters.roleReplyTimeout
           
 IDebugCounter Controller.Counters.roleRequestSent
           
 IDebugCounter Controller.Counters.setRoleEqual
           
 IDebugCounter Controller.Counters.setRoleMaster
           
 IDebugCounter Controller.Counters.setSameRole
           
 IDebugCounter Controller.Counters.storeSyncError
           
 IDebugCounter Controller.Counters.switchActivated
           
 IDebugCounter Controller.Counters.switchConnected
           
 IDebugCounter Controller.Counters.switchCounterRegistrationFailed
           
 IDebugCounter Controller.Counters.switchDisconnected
           
 IDebugCounter Controller.Counters.switchDisconnectedWhileSlave
           
 IDebugCounter Controller.Counters.switchDisconnectHandshakeTimeout
           
 IDebugCounter Controller.Counters.switchDisconnectIOError
           
 IDebugCounter Controller.Counters.switchDisconnectOtherException
           
 IDebugCounter Controller.Counters.switchDisconnectParseError
           
 IDebugCounter Controller.Counters.switchDisconnectReadTimeout
           
 IDebugCounter Controller.Counters.switchDisconnectSwitchStateException
           
 IDebugCounter Controller.Counters.switchesNotReconnectingToNewMaster
           
 IDebugCounter Controller.Counters.switchOtherChange
           
 IDebugCounter Controller.Counters.switchPortChanged
           
 IDebugCounter Controller.Counters.switchWithSameDpidActivated
           
 IDebugCounter Controller.Counters.syncedSwitchActivated
           
 IDebugCounter Controller.Counters.syncedSwitchRemoved
           
 IDebugCounter Controller.Counters.unhandledMessage
           
 IDebugCounter Controller.Counters.unknownSwitchRemovedFromStore
           
 IDebugCounter Controller.Counters.updatedSwitchFromStore
           
 

Uses of IDebugCounter in net.floodlightcontroller.debugcounter
 

Classes in net.floodlightcontroller.debugcounter that implement IDebugCounter
protected  class DebugCounter.CounterImpl
           
 class NullDebugCounter.NullCounterImpl
           
 

Methods in net.floodlightcontroller.debugcounter that return IDebugCounter
 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)
           
 

Uses of IDebugCounter in net.floodlightcontroller.devicemanager.internal
 

Fields in net.floodlightcontroller.devicemanager.internal declared as IDebugCounter
 IDebugCounter DeviceManagerImpl.cntCleanupEntitiesRuns
           
 IDebugCounter DeviceManagerImpl.cntConsolidateStoreDevicesRemoved
           
 IDebugCounter DeviceManagerImpl.cntConsolidateStoreRuns
           
 IDebugCounter DeviceManagerImpl.cntDeviceChanged
           
 IDebugCounter DeviceManagerImpl.cntDeviceDeleted
           
 IDebugCounter DeviceManagerImpl.cntDeviceMoved
           
 IDebugCounter DeviceManagerImpl.cntDeviceOnInternalPortNotLearned
           
 IDebugCounter DeviceManagerImpl.cntDeviceReclassifyDelete
           
 IDebugCounter DeviceManagerImpl.cntDeviceRemovedFromStore
           
 IDebugCounter DeviceManagerImpl.cntDevicesFromStore
           
 IDebugCounter DeviceManagerImpl.cntDeviceStoreThrottled
           
 IDebugCounter DeviceManagerImpl.cntDeviceStrored
           
 IDebugCounter DeviceManagerImpl.cntDhcpClientNameSnooped
           
 IDebugCounter DeviceManagerImpl.cntEntityRemovedTimeout
           
 IDebugCounter DeviceManagerImpl.cntIncoming
           
 IDebugCounter DeviceManagerImpl.cntInvalidDest
           
 IDebugCounter DeviceManagerImpl.cntInvalidSource
           
 IDebugCounter DeviceManagerImpl.cntNewDevice
           
 IDebugCounter DeviceManagerImpl.cntNewEntity
           
 IDebugCounter DeviceManagerImpl.cntNoDest
           
 IDebugCounter DeviceManagerImpl.cntNoSource
           
 IDebugCounter DeviceManagerImpl.cntPacketNotAllowed
           
 IDebugCounter DeviceManagerImpl.cntPacketOnInternalPortForKnownDevice
           
 IDebugCounter DeviceManagerImpl.cntReconcileNoDest
           
 IDebugCounter DeviceManagerImpl.cntReconcileNoSource
           
 IDebugCounter DeviceManagerImpl.cntReconcileRequest
           
 IDebugCounter DeviceManagerImpl.cntSyncException
           
 IDebugCounter DeviceManagerImpl.cntTransitionToMaster
           
 

Uses of IDebugCounter in net.floodlightcontroller.topology
 

Fields in net.floodlightcontroller.topology declared as IDebugCounter
protected  IDebugCounter TopologyManager.ctrIncoming
           
 

Uses of IDebugCounter in org.sdnplatform.sync.internal
 

Fields in org.sdnplatform.sync.internal declared as IDebugCounter
static IDebugCounter SyncManager.counterErrorProcessing
           
static IDebugCounter SyncManager.counterErrorRemote
           
static IDebugCounter SyncManager.counterGets
           
static IDebugCounter SyncManager.counterHints
          Debug Counters
static IDebugCounter SyncManager.counterIterators
           
static IDebugCounter SyncManager.counterPuts
           
static IDebugCounter SyncManager.counterReceivedValues
           
static IDebugCounter SyncManager.counterSentValues
           
 

Uses of IDebugCounter in org.sdnplatform.sync.internal.rpc
 

Methods in org.sdnplatform.sync.internal.rpc with parameters of type IDebugCounter
protected  void RPCChannelHandler.updateCounter(IDebugCounter counter, int incr)
           
 

Uses of IDebugCounter in org.sdnplatform.sync.internal.store
 

Methods in org.sdnplatform.sync.internal.store with parameters of type IDebugCounter
protected  void ListenerStorageEngine.updateCounter(IDebugCounter counter)