net.floodlightcontroller.core.internal
Class Controller.Counters

java.lang.Object
  extended by net.floodlightcontroller.core.internal.Controller.Counters
Enclosing class:
Controller

public static class Controller.Counters
extends java.lang.Object


Field Summary
 IDebugCounter consolidateStoreInconsistencies
           
 IDebugCounter consolidateStoreRunCount
           
 IDebugCounter controllerNodeIpsChanged
           
 IDebugCounter dispatchMessage
           
 IDebugCounter dispatchMessageWhileSlave
           
 IDebugCounter epermErrorWhileSwitchIsMaster
           
 IDebugCounter errorSameSwitchReactivated
           
 IDebugCounter invalidPortsChanged
           
 IDebugCounter invalidStoreEventWhileMaster
           
 IDebugCounter invalidSwitchActivatedWhileSlave
           
 IDebugCounter messageInputThrottled
           
 IDebugCounter messageReceived
           
 IDebugCounter newSwitchActivated
           
 IDebugCounter newSwitchFromStore
           
 IDebugCounter packetInWhileSwitchIsSlave
           
static java.lang.String prefix
           
 IDebugCounter readyForReconcile
           
 IDebugCounter rejectedExecutionException
           
 IDebugCounter remoteStoreNotification
           
 IDebugCounter roleNotResentBecauseRolePending
           
 IDebugCounter roleReplyErrorUnsupported
           
 IDebugCounter roleReplyReceived
           
 IDebugCounter roleReplyTimeout
           
 IDebugCounter roleRequestSent
           
 IDebugCounter setRoleEqual
           
 IDebugCounter setRoleMaster
           
 IDebugCounter setSameRole
           
 IDebugCounter storeSyncError
           
 IDebugCounter switchActivated
           
 IDebugCounter switchConnected
           
 IDebugCounter switchCounterRegistrationFailed
           
 IDebugCounter switchDisconnected
           
 IDebugCounter switchDisconnectedWhileSlave
           
 IDebugCounter switchDisconnectHandshakeTimeout
           
 IDebugCounter switchDisconnectIOError
           
 IDebugCounter switchDisconnectOtherException
           
 IDebugCounter switchDisconnectParseError
           
 IDebugCounter switchDisconnectReadTimeout
           
 IDebugCounter switchDisconnectSwitchStateException
           
 IDebugCounter switchesNotReconnectingToNewMaster
           
 IDebugCounter switchOtherChange
           
 IDebugCounter switchPortChanged
           
 IDebugCounter switchWithSameDpidActivated
           
 IDebugCounter syncedSwitchActivated
           
 IDebugCounter syncedSwitchRemoved
           
 IDebugCounter unhandledMessage
           
 IDebugCounter unknownSwitchRemovedFromStore
           
 IDebugCounter updatedSwitchFromStore
           
 
Constructor Summary
Controller.Counters()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prefix

public static final java.lang.String prefix

setRoleEqual

public IDebugCounter setRoleEqual

setSameRole

public IDebugCounter setSameRole

setRoleMaster

public IDebugCounter setRoleMaster

remoteStoreNotification

public IDebugCounter remoteStoreNotification

invalidPortsChanged

public IDebugCounter invalidPortsChanged

invalidSwitchActivatedWhileSlave

public IDebugCounter invalidSwitchActivatedWhileSlave

invalidStoreEventWhileMaster

public IDebugCounter invalidStoreEventWhileMaster

switchDisconnectedWhileSlave

public IDebugCounter switchDisconnectedWhileSlave

switchActivated

public IDebugCounter switchActivated

errorSameSwitchReactivated

public IDebugCounter errorSameSwitchReactivated

switchWithSameDpidActivated

public IDebugCounter switchWithSameDpidActivated

newSwitchActivated

public IDebugCounter newSwitchActivated

syncedSwitchActivated

public IDebugCounter syncedSwitchActivated

readyForReconcile

public IDebugCounter readyForReconcile

newSwitchFromStore

public IDebugCounter newSwitchFromStore

updatedSwitchFromStore

public IDebugCounter updatedSwitchFromStore

switchDisconnected

public IDebugCounter switchDisconnected

syncedSwitchRemoved

public IDebugCounter syncedSwitchRemoved

unknownSwitchRemovedFromStore

public IDebugCounter unknownSwitchRemovedFromStore

consolidateStoreRunCount

public IDebugCounter consolidateStoreRunCount

consolidateStoreInconsistencies

public IDebugCounter consolidateStoreInconsistencies

storeSyncError

public IDebugCounter storeSyncError

switchesNotReconnectingToNewMaster

public IDebugCounter switchesNotReconnectingToNewMaster

switchPortChanged

public IDebugCounter switchPortChanged

switchOtherChange

public IDebugCounter switchOtherChange

dispatchMessageWhileSlave

public IDebugCounter dispatchMessageWhileSlave

dispatchMessage

public IDebugCounter dispatchMessage

controllerNodeIpsChanged

public IDebugCounter controllerNodeIpsChanged

messageReceived

public IDebugCounter messageReceived

messageInputThrottled

public IDebugCounter messageInputThrottled

switchDisconnectReadTimeout

public IDebugCounter switchDisconnectReadTimeout

switchDisconnectHandshakeTimeout

public IDebugCounter switchDisconnectHandshakeTimeout

switchDisconnectIOError

public IDebugCounter switchDisconnectIOError

switchDisconnectParseError

public IDebugCounter switchDisconnectParseError

switchDisconnectSwitchStateException

public IDebugCounter switchDisconnectSwitchStateException

rejectedExecutionException

public IDebugCounter rejectedExecutionException

switchDisconnectOtherException

public IDebugCounter switchDisconnectOtherException

switchConnected

public IDebugCounter switchConnected

unhandledMessage

public IDebugCounter unhandledMessage

packetInWhileSwitchIsSlave

public IDebugCounter packetInWhileSwitchIsSlave

epermErrorWhileSwitchIsMaster

public IDebugCounter epermErrorWhileSwitchIsMaster

roleNotResentBecauseRolePending

public IDebugCounter roleNotResentBecauseRolePending

roleRequestSent

public IDebugCounter roleRequestSent

roleReplyTimeout

public IDebugCounter roleReplyTimeout

roleReplyReceived

public IDebugCounter roleReplyReceived

roleReplyErrorUnsupported

public IDebugCounter roleReplyErrorUnsupported

switchCounterRegistrationFailed

public IDebugCounter switchCounterRegistrationFailed
Constructor Detail

Controller.Counters

public Controller.Counters()