| Package | Description |
|---|---|
| org.opendaylight.mdsal.dom.spi.shard | |
| org.opendaylight.mdsal.dom.store.inmemory |
| Modifier and Type | Class and Description |
|---|---|
class |
WriteableNodeWithSubshard |
class |
WriteableSubshardBoundaryNode
Writable node that is located at a boundary to a subshard.
|
| Modifier and Type | Method and Description |
|---|---|
WriteableModificationNode |
WriteableNodeWithSubshard.getChild(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument node) |
abstract @Nullable WriteableModificationNode |
WriteableModificationNode.getChild(@NonNull org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument node)
Gets child which is on path towards subshard.
|
WriteableModificationNode |
WriteableSubshardBoundaryNode.getChild(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument node) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,WriteableModificationNode> |
ModificationContextNodeBuilder.buildChildren() |
Map<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,WriteableModificationNode> |
WriteableNodeWithSubshard.getChildrenWithSubshards() |
abstract Map<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,WriteableModificationNode> |
WriteableModificationNode.getChildrenWithSubshards() |
Map<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,WriteableModificationNode> |
WriteableSubshardBoundaryNode.getChildrenWithSubshards() |
| Constructor and Description |
|---|
WritableNodeOperation(WriteableModificationNode node,
DOMDataTreeWriteCursor cursor) |
| Constructor and Description |
|---|
WriteableNodeWithSubshard(Map<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,WriteableModificationNode> children) |
| Modifier and Type | Class and Description |
|---|---|
class |
ShardDataModification |
Copyright © 2019 OpenDaylight. All rights reserved.