Package | Description |
---|---|
etri.sdn.controller.module.devicemanager | |
etri.sdn.controller.module.flowcache |
Modifier and Type | Method and Description |
---|---|
IListener.Command |
OFMDeviceManager.reconcileFlows(java.util.ArrayList<OFMatchReconcile> ofmRcList) |
Modifier and Type | Method and Description |
---|---|
boolean |
IFlowCacheService.moveFlowToDifferentApplInstName(OFMatchReconcile ofMRc)
Move the specified flow from its current application instance to a
different application instance.
|
void |
IFlowReconcileService.reconcileFlow(OFMatchReconcile ofmRcIn)
Reconcile flow.
|
void |
QRFlowCacheObj.toOFMatchReconcile(OFMatchReconcile ofmRc,
java.lang.String appInstName,
OFMatchReconcile.ReconcileAction rcAction)
Populate a given OFMatchReconcile object from the values of this
class.
|
Modifier and Type | Method and Description |
---|---|
IListener.Command |
IFlowReconcileListener.reconcileFlows(java.util.ArrayList<OFMatchReconcile> ofmRcList)
Given an input OFMatch, this method applies the policy of the reconciler
and returns a the same input OFMatch structure modified.
|
Constructor and Description |
---|
OFMatchReconcile(OFMatchReconcile copy) |