public class SalFlowServiceImpl extends Object implements SalFlowService
Constructor and Description |
---|
SalFlowServiceImpl(RequestContextStack requestContextStack,
DeviceContext deviceContext,
ConvertorExecutor convertorExecutor) |
Modifier and Type | Method and Description |
---|---|
Future<org.opendaylight.yangtools.yang.common.RpcResult<AddFlowOutput>> |
addFlow(AddFlowInput input)
Adding flow to openflow device.
|
Future<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowOutput>> |
removeFlow(RemoveFlowInput input)
Removing flow from openflow device.
|
Future<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowOutput>> |
updateFlow(UpdateFlowInput input)
Updating flow on openflow device.
|
public SalFlowServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor)
public Future<org.opendaylight.yangtools.yang.common.RpcResult<AddFlowOutput>> addFlow(AddFlowInput input)
SalFlowService
addFlow
in interface SalFlowService
public Future<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowOutput>> removeFlow(RemoveFlowInput input)
SalFlowService
removeFlow
in interface SalFlowService
public Future<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowOutput>> updateFlow(UpdateFlowInput input)
SalFlowService
updateFlow
in interface SalFlowService
Copyright © 2018 OpenDaylight. All rights reserved.