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