Class DistributedShardModification
- java.lang.Object
-
- org.opendaylight.mdsal.dom.spi.shard.WriteableModificationNode
-
- org.opendaylight.mdsal.dom.spi.shard.WriteableNodeWithSubshard
-
- org.opendaylight.controller.cluster.sharding.DistributedShardModification
-
- All Implemented Interfaces:
Identifiable<YangInstanceIdentifier.PathArgument>
@Deprecated(forRemoval=true) public class DistributedShardModification extends WriteableNodeWithSubshard
Deprecated, for removal: This API element is subject to removal in a future version.Shard modification that consists of the whole shard context, provides cursors which correctly delegate to subshards if any are present.
-
-
Constructor Summary
Constructors Constructor Description DistributedShardModification(DistributedShardModificationContext context, Map<YangInstanceIdentifier.PathArgument,WriteableModificationNode> subshards, Map<DOMDataTreeIdentifier,ForeignShardModificationContext> childShards)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description WriteCursorStrategy
createOperation(DOMDataTreeWriteCursor parentCursor)
Deprecated, for removal: This API element is subject to removal in a future version.YangInstanceIdentifier.PathArgument
getIdentifier()
Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class org.opendaylight.mdsal.dom.spi.shard.WriteableNodeWithSubshard
getChild, getChildrenWithSubshards, markDeleted
-
-
-
-
Constructor Detail
-
DistributedShardModification
public DistributedShardModification(DistributedShardModificationContext context, Map<YangInstanceIdentifier.PathArgument,WriteableModificationNode> subshards, Map<DOMDataTreeIdentifier,ForeignShardModificationContext> childShards)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getIdentifier
public YangInstanceIdentifier.PathArgument getIdentifier()
Deprecated, for removal: This API element is subject to removal in a future version.
-
createOperation
public WriteCursorStrategy createOperation(DOMDataTreeWriteCursor parentCursor)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
createOperation
in classWriteableModificationNode
-
-