net.floodlightcontroller.flowcache
Class FRQueryVRSArpChange

java.lang.Object
  extended by net.floodlightcontroller.flowcache.FlowReconcileQuery
      extended by net.floodlightcontroller.flowcache.FRQueryVRSArpChange

public class FRQueryVRSArpChange
extends FlowReconcileQuery

The Class for FlowReconcileQuery for VRS routing rule change event .


Nested Class Summary
 
Nested classes/interfaces inherited from class net.floodlightcontroller.flowcache.FlowReconcileQuery
FlowReconcileQuery.FlowReconcileQueryDebugEvent, FlowReconcileQuery.ReconcileQueryEvType
 
Field Summary
 java.lang.String tenant
           
 
Fields inherited from class net.floodlightcontroller.flowcache.FlowReconcileQuery
evPriority, evType
 
Constructor Summary
FRQueryVRSArpChange()
           
FRQueryVRSArpChange(java.lang.String tenant)
           
 
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

tenant

public java.lang.String tenant
Constructor Detail

FRQueryVRSArpChange

public FRQueryVRSArpChange()

FRQueryVRSArpChange

public FRQueryVRSArpChange(java.lang.String tenant)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class FlowReconcileQuery

equals

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

toString

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