|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.floodlightcontroller.flowcache.OFMatchReconcile
public class OFMatchReconcile
OFMatchReconcile class to indicate result of a flow-reconciliation.
Nested Class Summary | |
---|---|
static class |
OFMatchReconcile.ReconcileAction
The enum ReconcileAction. |
Field Summary | |
---|---|
byte |
action
Action of this flow-mod PERMIT or DENY |
java.lang.String |
appInstName
The application instance name. |
FloodlightContext |
cntx
|
long |
cookie
flow mod. |
java.lang.String |
newAppInstName
The new application instance name. |
OFMatchWithSwDpid |
ofmWithSwDpid
The open flow match after reconciliation. |
FlowReconcileQuery |
origReconcileQueryEvent
|
int |
outPort
Outport in the event of UPDATE_PATH action |
short |
priority
flow mod. |
OFMatchReconcile.ReconcileAction |
rcAction
The reconcile action. |
Constructor Summary | |
---|---|
OFMatchReconcile()
Instantiates a new oF match reconcile object. |
|
OFMatchReconcile(OFMatchReconcile copy)
|
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 |
---|
public OFMatchWithSwDpid ofmWithSwDpid
public short priority
public byte action
public long cookie
public java.lang.String appInstName
public java.lang.String newAppInstName
public OFMatchReconcile.ReconcileAction rcAction
public int outPort
public FloodlightContext cntx
public FlowReconcileQuery origReconcileQueryEvent
Constructor Detail |
---|
public OFMatchReconcile()
public OFMatchReconcile(OFMatchReconcile copy)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |