Class AbstractBatchedModificationsCursor

  • All Implemented Interfaces:
    AutoCloseable, org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeModificationCursor, org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeSnapshotCursor

    public abstract class AbstractBatchedModificationsCursor
    extends org.opendaylight.controller.cluster.datastore.util.AbstractDataTreeModificationCursor
    Base class for a DataTreeModificationCursor that publishes to BatchedModifications instance(s).
    Author:
    Thomas Pantelis
    • Constructor Detail

      • AbstractBatchedModificationsCursor

        public AbstractBatchedModificationsCursor()
    • Method Detail

      • delete

        public final void delete​(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument child)
      • merge

        public final void merge​(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument child,
                                org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,​?> data)
      • write

        public final void write​(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument child,
                                org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,​?> data)