public final class SetFlowMatchTask extends FlowMatchTask<SetMatchTask,SetFlowConditionMatchOutput>
SetFlowMatchTask describes the MD-SAL datastore transaction task
that set all the specified flow match configurations into the flow condition
configuration.create(SetFlowConditionMatchInput)| Modifier and Type | Method and Description |
|---|---|
static SetFlowMatchTask |
create(SetFlowConditionMatchInput input)
Construct a new task that set all the given flow match configurations
into the given flow condition.
|
SetFlowConditionMatchOutput |
createOutput(List<VtnUpdateType> result)
Generate the output of the RPC request.
|
Class<SetFlowConditionMatchOutput> |
getOutputType()
Return a class which indicates the type of the RPC output.
|
onStarted, onSuccessexecute, getSubTasks, needErrorLog, onCompleted, onFailureaddBackgroundTask, execute, getBackgroundTasks, getMaxRetrypublic static SetFlowMatchTask create(SetFlowConditionMatchInput input) throws RpcException
input - A SetFlowConditionMatchInput instance.SetFlowMatchTask instance associated with the task
that set the given flow match configuration.RpcException - The given input contains invalid value.public Class<SetFlowConditionMatchOutput> getOutputType()
public SetFlowConditionMatchOutput createOutput(List<VtnUpdateType> result)
result - The result of the RPC main procedure.Copyright © 2018 OpenDaylight. All rights reserved.