Uses of Class
net.floodlightcontroller.flowcache.FlowReconcileQuery

Packages that use FlowReconcileQuery
net.floodlightcontroller.flowcache   
 

Uses of FlowReconcileQuery in net.floodlightcontroller.flowcache
 

Subclasses of FlowReconcileQuery in net.floodlightcontroller.flowcache
 class FlowReconcileQueryDeviceMove
          The Class for FlowReconcileQuery for device move event.
 class FlowReconcileQueryPortDown
          The Class for FlowReconcileQuery for link down event.
 class FRQueryBvsAcl
          The Class for FlowReconcileQuery for BVS config ACL application change .
 class FRQueryBvsMatchMac
          The Class for FlowReconcileQuery for link down event.
 class FRQueryBvsMatchSubnet
          The Class for FlowReconcileQuery for BVS config interface match IP subnet .
 class FRQueryBvsMatchSwitchPort
          The Class for FlowReconcileQuery for BVS config interface match switch port.
 class FRQueryBvsMatchTag
          The Class for FlowReconcileQuery for BVS config interface match tag.
 class FRQueryBvsMatchVlan
          The Class for FlowReconcileQuery for BVS config interface match VLAN.
 class FRQueryBvsPriority
          The Class for FlowReconcileQuery for BVS config priority change .
 class FRQueryDevicePropertyChanged
          The Class for FlowReconcileQuery for device property changed event.
 class FRQueryVRSArpChange
          The Class for FlowReconcileQuery for VRS routing rule change event .
 class FRQueryVRSRuleChange
          The Class for FlowReconcileQuery for VRS routing rule change event .
 

Fields in net.floodlightcontroller.flowcache declared as FlowReconcileQuery
 FlowReconcileQuery OFMatchReconcile.origReconcileQueryEvent
           
 

Methods in net.floodlightcontroller.flowcache with parameters of type FlowReconcileQuery
 void IFlowReconcileEngineService.submitFlowQueryEvent(FlowReconcileQuery query)
          Submit a network flow query with query parameters specified in ReconcileQueryObj object.
 

Constructors in net.floodlightcontroller.flowcache with parameters of type FlowReconcileQuery
FlowReconcileQuery.FlowReconcileQueryDebugEvent(FlowReconcileQuery eventInfo, java.lang.String stage, java.lang.Object stageInfo)