Uses of Class
net.floodlightcontroller.flowcache.OFMatchReconcile

Packages that use OFMatchReconcile
net.floodlightcontroller.devicemanager.internal   
net.floodlightcontroller.flowcache   
 

Uses of OFMatchReconcile in net.floodlightcontroller.devicemanager.internal
 

Methods in net.floodlightcontroller.devicemanager.internal with parameters of type OFMatchReconcile
protected  IListener.Command DeviceManagerImpl.reconcileFlow(OFMatchReconcile ofm)
           
 

Method parameters in net.floodlightcontroller.devicemanager.internal with type arguments of type OFMatchReconcile
 IListener.Command DeviceManagerImpl.reconcileFlows(java.util.ArrayList<OFMatchReconcile> ofmRcList)
           
 

Uses of OFMatchReconcile in net.floodlightcontroller.flowcache
 

Methods in net.floodlightcontroller.flowcache with parameters of type OFMatchReconcile
 void IFlowReconcileService.reconcileFlow(OFMatchReconcile ofmRcIn, PriorityPendingQueue.EventPriority priority)
          Reconcile flow.
 void FlowReconcileManager.reconcileFlow(OFMatchReconcile ofmRcIn, PriorityPendingQueue.EventPriority priority)
          Add to-be-reconciled flow to the queue.
 

Method parameters in net.floodlightcontroller.flowcache with type arguments of type OFMatchReconcile
 IListener.Command PortDownReconciliation.reconcileFlows(java.util.ArrayList<OFMatchReconcile> ofmRcList)
          Base case for the reconciliation of flows.
 IListener.Command IFlowReconcileListener.reconcileFlows(java.util.ArrayList<OFMatchReconcile> ofmRcList)
          Given an input OFMatch, this method applies the policy of the reconciler and returns a the same input OFMatch structure modified.
 

Constructors in net.floodlightcontroller.flowcache with parameters of type OFMatchReconcile
OFMatchReconcile(OFMatchReconcile copy)