public final class SetMapTask extends PutDataTask<VtnPathMap>
SetMapTask
describes the MD-SAL datastore transaction task that
associates the path map with the specified index.
A task corresponding to this task is used as a sub task for
SetPathMapTask
.
SetPathMapTask
Modifier and Type | Method and Description |
---|---|
protected boolean |
fixMissingParents()
Determine whether missing parent nodes should be created or not.
|
Integer |
getIndex()
Return the target map index.
|
execute, getDataObject, onStarted, setDataObject
getDatastoreType, getTargetPath
needErrorLog
addBackgroundTask, execute, getBackgroundTasks, getMaxRetry, onFailure, onSuccess
public Integer getIndex()
Integer
instance that represents the target map
index.protected boolean fixMissingParents()
fixMissingParents
in class PutDataTask<VtnPathMap>
true
if parent nodes should be created if missing.
Otherwise false
.Copyright © 2018 OpenDaylight. All rights reserved.