@Beta public class WriteableSubshardBoundaryNode extends WriteableModificationNode
Modifier and Type | Method and Description |
---|---|
WriteCursorStrategy |
createOperation(DOMDataTreeWriteCursor parentCursor)
Creates operation used to modify this node and its children.
|
static WriteableSubshardBoundaryNode |
from(ForeignShardModificationContext value) |
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() |
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument |
getIdentifier() |
void |
markDeleted() |
public static WriteableSubshardBoundaryNode from(ForeignShardModificationContext value)
public org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument getIdentifier()
public WriteCursorStrategy createOperation(DOMDataTreeWriteCursor parentCursor)
WriteableModificationNode
createOperation
in class WriteableModificationNode
parentCursor
- Cursor associated with parent shardpublic WriteableModificationNode getChild(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument node)
WriteableModificationNode
getChild
in class WriteableModificationNode
public void markDeleted()
markDeleted
in class WriteableModificationNode
public Map<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,WriteableModificationNode> getChildrenWithSubshards()
getChildrenWithSubshards
in class WriteableModificationNode
Copyright © 2019 OpenDaylight. All rights reserved.