net.floodlightcontroller.flowcache
Class FlowReconcileQuery

java.lang.Object
  extended by net.floodlightcontroller.flowcache.FlowReconcileQuery
Direct Known Subclasses:
FlowReconcileQueryDeviceMove, FlowReconcileQueryPortDown, FRQueryBvsAcl, FRQueryBvsMatchMac, FRQueryBvsMatchSubnet, FRQueryBvsMatchSwitchPort, FRQueryBvsMatchTag, FRQueryBvsMatchVlan, FRQueryBvsPriority, FRQueryDevicePropertyChanged, FRQueryVRSArpChange, FRQueryVRSRuleChange

public class FlowReconcileQuery
extends java.lang.Object

The base Class for FlowReconcileQuery.


Nested Class Summary
static class FlowReconcileQuery.FlowReconcileQueryDebugEvent
           
static class FlowReconcileQuery.ReconcileQueryEvType
           
 
Field Summary
 PriorityPendingQueue.EventPriority evPriority
           
 FlowReconcileQuery.ReconcileQueryEvType evType
           
 
Constructor Summary
FlowReconcileQuery(FlowReconcileQuery.ReconcileQueryEvType evType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

evType

public FlowReconcileQuery.ReconcileQueryEvType evType

evPriority

public PriorityPendingQueue.EventPriority evPriority
Constructor Detail

FlowReconcileQuery

public FlowReconcileQuery(FlowReconcileQuery.ReconcileQueryEvType evType)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object