Package | Description |
---|---|
etri.sdn.controller.module.flowcache |
Modifier and Type | Field and Description |
---|---|
OFMatchReconcile.ReconcileAction |
OFMatchReconcile.rcAction
The reconcile action.
|
Modifier and Type | Method and Description |
---|---|
static OFMatchReconcile.ReconcileAction |
OFMatchReconcile.ReconcileAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OFMatchReconcile.ReconcileAction[] |
OFMatchReconcile.ReconcileAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
QRFlowCacheObj.toOFMatchReconcile(OFMatchReconcile ofmRc,
java.lang.String appInstName,
OFMatchReconcile.ReconcileAction rcAction)
Populate a given OFMatchReconcile object from the values of this
class.
|