Package | Description |
---|---|
etri.sdn.controller.module.flowcache |
Modifier and Type | Field and Description |
---|---|
IFlowQueryHandler |
FCQueryObj.fcQueryHandler
The caller of the flow cache query.
|
Modifier and Type | Method and Description |
---|---|
void |
IFlowReconcileService.updateFlowForDestinationDevice(IDevice device,
IFlowQueryHandler handler,
IFlowCacheService.FCQueryEvType fcEvType)
Updates the flows to a device after the device moved to a new location
Queries the flow-cache to get all the flows destined to the given device.
|
void |
IFlowReconcileService.updateFlowForSourceDevice(IDevice device,
IFlowQueryHandler handler,
IFlowCacheService.FCQueryEvType fcEvType)
Updates the flows from a device
Queries the flow-cache to get all the flows source from the given device.
|
Constructor and Description |
---|
FCQueryObj(IFlowQueryHandler fcQueryHandler,
java.lang.String applInstName,
java.lang.Short vlan,
IDevice srcDevice,
IDevice dstDevice,
java.lang.String callerName,
IFlowCacheService.FCQueryEvType evType,
java.lang.Object callerOpaqueObj)
Instantiates a new flow cache query object
|