@Beta public abstract class WriteableNodeWithSubshard extends WriteableModificationNode
Modifier | Constructor and Description |
---|---|
protected |
WriteableNodeWithSubshard(Map<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,WriteableModificationNode> children) |
Modifier and Type | Method and Description |
---|---|
WriteableModificationNode |
getChild(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument node)
Gets child which is on path towards subshard.
|
Map<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,WriteableModificationNode> |
getChildrenWithSubshards() |
void |
markDeleted() |
createOperation
protected WriteableNodeWithSubshard(Map<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,WriteableModificationNode> children)
public Map<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,WriteableModificationNode> getChildrenWithSubshards()
getChildrenWithSubshards
in class WriteableModificationNode
public WriteableModificationNode getChild(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument node)
WriteableModificationNode
getChild
in class WriteableModificationNode
public void markDeleted()
markDeleted
in class WriteableModificationNode
Copyright © 2019 OpenDaylight. All rights reserved.