Uses of Class
net.floodlightcontroller.core.annotations.LogMessageDoc

Packages that use LogMessageDoc
net.floodlightcontroller.core   
net.floodlightcontroller.core.internal   
net.floodlightcontroller.core.module   
net.floodlightcontroller.core.util   
net.floodlightcontroller.core.web   
net.floodlightcontroller.forwarding   
net.floodlightcontroller.linkdiscovery.internal   
net.floodlightcontroller.perfmon   
net.floodlightcontroller.staticflowentry   
net.floodlightcontroller.staticflowentry.web   
net.floodlightcontroller.storage   
net.floodlightcontroller.topology   
net.floodlightcontroller.util   
org.sdnplatform.sync.internal   
org.sdnplatform.sync.internal.config   
org.sdnplatform.sync.internal.remote   
org.sdnplatform.sync.internal.rpc   
org.sdnplatform.sync.internal.store   
 

Uses of LogMessageDoc in net.floodlightcontroller.core
 

Methods in net.floodlightcontroller.core with annotations of type LogMessageDoc
 void OFSwitchBase.clearAllFlowMods()
           
 boolean OFMessageFilterManager.connectToPSServer()
           
protected  java.lang.String OFMessageFilterManager.deleteFilter(java.lang.String sessionId)
           
 IListener.Command OFMessageFilterManager.receive(IOFSwitch sw, OFMessage msg, FloodlightContext cntx)
           
 void OFSwitchBase.setTableFull(boolean isFull)
           
 void OFSwitchBase.write(java.util.List<OFMessage> msglist, FloodlightContext bc)
           
 

Uses of LogMessageDoc in net.floodlightcontroller.core.internal
 

Methods in net.floodlightcontroller.core.internal with annotations of type LogMessageDoc
 void Controller.rowsModified(java.lang.String tableName, java.util.Set<java.lang.Object> rowKeys)
           
 void Controller.startupComponents()
          Startup all of the controller's components
 void Controller.terminate()
           
 

Uses of LogMessageDoc in net.floodlightcontroller.core.module
 

Methods in net.floodlightcontroller.core.module with annotations of type LogMessageDoc
protected  void FloodlightModuleLoader.parseConfigParameters(java.util.Properties prop)
          Parses configuration parameters for each module
 

Uses of LogMessageDoc in net.floodlightcontroller.core.util
 

Methods in net.floodlightcontroller.core.util with annotations of type LogMessageDoc
 void ListenerDispatcher.addListener(U type, T listener)
          Add a listener to the list of listeners
 void SingletonTask.SingletonTaskWorker.run()
           
 

Uses of LogMessageDoc in net.floodlightcontroller.core.web
 

Methods in net.floodlightcontroller.core.web with annotations of type LogMessageDoc
protected  java.util.List<OFStatistics> SwitchResourceBase.getSwitchStatistics(long switchId, OFStatisticsType statType)
           
 void ControllerRoleResource.setRole(RoleInfo roleInfo)
           
 

Uses of LogMessageDoc in net.floodlightcontroller.forwarding
 

Methods in net.floodlightcontroller.forwarding with annotations of type LogMessageDoc
protected  void Forwarding.doDropFlow(IOFSwitch sw, OFPacketIn pi, IRoutingDecision decision, FloodlightContext cntx)
           
protected  void Forwarding.doFlood(IOFSwitch sw, OFPacketIn pi, FloodlightContext cntx)
          Creates a OFPacketOut with the OFPacketIn data that is flooded on all ports unless the port is blocked, in which case the packet will be dropped.
 IListener.Command Forwarding.processPacketInMessage(IOFSwitch sw, OFPacketIn pi, IRoutingDecision decision, FloodlightContext cntx)
           
 

Uses of LogMessageDoc in net.floodlightcontroller.linkdiscovery.internal
 

Methods in net.floodlightcontroller.linkdiscovery.internal with annotations of type LogMessageDoc
protected  void LinkDiscoveryManager.deleteLinks(java.util.List<Link> links, java.lang.String reason, java.util.List<ILinkDiscovery.LDUpdate> updateList)
          Removes links from memory and storage.
protected  void LinkDiscoveryManager.sendDiscoveryMessage(long sw, int port, boolean isStandard, boolean isReverse)
          Send link discovery message out of a given switch port.
protected  void LinkDiscoveryManager.setControllerTLV()
           
 

Uses of LogMessageDoc in net.floodlightcontroller.perfmon
 

Methods in net.floodlightcontroller.perfmon with annotations of type LogMessageDoc
 void PktInProcessingTime.recordEndTimePktIn(IOFSwitch sw, OFMessage m, FloodlightContext cntx)
           
 void PktInProcessingTime.startUp(FloodlightModuleContext context)
           
 

Uses of LogMessageDoc in net.floodlightcontroller.staticflowentry
 

Methods in net.floodlightcontroller.staticflowentry with annotations of type LogMessageDoc
static void StaticFlowEntries.parseActionString(OFFlowMod flowMod, java.lang.String actionstr, org.slf4j.Logger log)
          Parses OFFlowMod actions from strings.
 IListener.Command StaticFlowEntryPusher.receive(IOFSwitch sw, OFMessage msg, FloodlightContext cntx)
           
 

Uses of LogMessageDoc in net.floodlightcontroller.staticflowentry.web
 

Methods in net.floodlightcontroller.staticflowentry.web with annotations of type LogMessageDoc
 java.lang.String StaticFlowEntryPusherResource.del(java.lang.String fmJson)
           
 java.lang.String StaticFlowEntryDeleteResource.del(java.lang.String fmJson)
           
 java.lang.String StaticFlowEntryPusherResource.store(java.lang.String fmJson)
          Takes a Static Flow Pusher string in JSON format and parses it into our database schema then pushes it to the database.
 

Uses of LogMessageDoc in net.floodlightcontroller.storage
 

Methods in net.floodlightcontroller.storage with annotations of type LogMessageDoc
protected  void AbstractStorageSource.notifyListeners(StorageSourceNotification notification)
           
 

Uses of LogMessageDoc in net.floodlightcontroller.topology
 

Classes in net.floodlightcontroller.topology with annotations of type LogMessageDoc
protected  class TopologyManager.UpdateTopologyWorker
          Thread for recomputing topology.
 

Methods in net.floodlightcontroller.topology with annotations of type LogMessageDoc
 java.util.List<ILinkDiscovery.LDUpdate> TopologyManager.applyUpdates()
          Updates concerning switch disconnect and port down are not processed.
 void TopologyManager.doMultiActionPacketOut(byte[] packetData, IOFSwitch sw, java.util.Set<java.lang.Integer> ports, FloodlightContext cntx)
          TODO This method must be moved to a layer below forwarding so that anyone can use it.
 void TopologyInstance.identifyOpenflowDomains()
           
 

Uses of LogMessageDoc in net.floodlightcontroller.util
 

Methods in net.floodlightcontroller.util with annotations of type LogMessageDoc
protected  java.lang.String LoadMonitor.runcmd(java.lang.String cmd)
           
 

Uses of LogMessageDoc in org.sdnplatform.sync.internal
 

Classes in org.sdnplatform.sync.internal with annotations of type LogMessageDoc
protected  class SyncManager.AntientropyTask
          Periodically perform antientropy
protected  class SyncManager.CleanupTask
          Periodically perform cleanup
protected  class SyncManager.HintWorker
          Worker thread that will drain the sync item queue and write the appropriate messages to the node I/O channels
protected  class SyncManager.UpdateConfigTask
          Worker task to periodically rescan the configuration
 

Methods in org.sdnplatform.sync.internal with annotations of type LogMessageDoc
 void SyncManager.antientropy(Node node)
          Perform a synchronization with the node specified
 void StoreRegistry.queueHint(java.lang.String storeName, ByteArray key, Versioned<byte[]> value)
          Add a key/value to the hint store for the given store
 void SyncManager.queueSyncTask(SynchronizingStorageEngine e, ByteArray key, Versioned<byte[]> value)
          Queue a synchronization of the specified KeyedValues to all nodes assocatiated with the storage engine specified
 

Uses of LogMessageDoc in org.sdnplatform.sync.internal.config
 

Methods in org.sdnplatform.sync.internal.config with annotations of type LogMessageDoc
 ClusterConfig FallbackCCProvider.getConfig()
           
 

Uses of LogMessageDoc in org.sdnplatform.sync.internal.remote
 

Methods in org.sdnplatform.sync.internal.remote with annotations of type LogMessageDoc
 void RemoteSyncManager.dispatchReply(int xid, SyncReply reply)
           
 

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

Methods in org.sdnplatform.sync.internal.rpc with annotations of type LogMessageDoc
protected  SyncMessage AbstractRPCChannelHandler.getError(int transactionId, java.lang.Exception error, MessageType type)
          Generate an error message from the provided transaction ID and exception
protected  void AbstractRPCChannelHandler.handleError(ErrorMessage error, org.jboss.netty.channel.Channel channel)
           
protected  void RPCChannelHandler.handleHello(HelloMessage hello, org.jboss.netty.channel.Channel channel)
           
protected  void AbstractRPCChannelHandler.handleUnknownMessage(org.jboss.netty.channel.ChannelHandlerContext ctx, java.lang.Object message)
          A handler for messages on the channel that are not of type SyncMessage
protected  void AbstractRPCChannelHandler.handshake(HelloMessage request, org.jboss.netty.channel.Channel channel)
           
protected  void RPCService.startServer(org.jboss.netty.channel.ChannelPipelineFactory pipelineFactory)
          Start listening sockets
protected  void AbstractRPCChannelHandler.unexpectedMessage(int transactionId, MessageType type, org.jboss.netty.channel.Channel channel)
          Send an error to the channel indicating that we got an unexpected message for this type of RPC client
 

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

Methods in org.sdnplatform.sync.internal.store with annotations of type LogMessageDoc
protected  void ListenerStorageEngine.notifyListeners(java.util.Iterator<ByteArray> keys, IStoreListener.UpdateType type)