@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)
WriteableModificationNodecreateOperation in class WriteableModificationNodeparentCursor - Cursor associated with parent shardpublic WriteableModificationNode getChild(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument node)
WriteableModificationNodegetChild in class WriteableModificationNodepublic void markDeleted()
markDeleted in class WriteableModificationNodepublic Map<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,WriteableModificationNode> getChildrenWithSubshards()
getChildrenWithSubshards in class WriteableModificationNodeCopyright © 2019 OpenDaylight. All rights reserved.