public class QRFlowCacheObj
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte |
action
The action - PERMIT or DENY.
|
long |
cookie
flow-mod cookie
|
OFMatchWithSwDpid |
ofmWithSwDpid
The open flow match object.
|
short |
priority
The flow-mod priority.
|
byte |
reserved
The reserved byte to align with 8 bytes.
|
Constructor and Description |
---|
QRFlowCacheObj(short priority,
byte action,
long cookie)
Instantiates a new flow cache query object.
|
Modifier and Type | Method and Description |
---|---|
void |
toOFMatchReconcile(OFMatchReconcile ofmRc,
java.lang.String appInstName,
OFMatchReconcile.ReconcileAction rcAction)
Populate a given OFMatchReconcile object from the values of this
class.
|
java.lang.String |
toString() |
public OFMatchWithSwDpid ofmWithSwDpid
public short priority
public long cookie
public byte action
public byte reserved
public QRFlowCacheObj(short priority, byte action, long cookie)
priority
- the priorityaction
- the actionpublic void toOFMatchReconcile(OFMatchReconcile ofmRc, java.lang.String appInstName, OFMatchReconcile.ReconcileAction rcAction)
ofmRc
- the given OFMatchReconcile objectappInstName
- the application instance namercAction
- the reconcile actionpublic java.lang.String toString()
toString
in class java.lang.Object