Interface DataTreeModification

    • Method Detail

      • delete

        void delete​(YangInstanceIdentifier path)
        Delete the node at specified path.
        Parameters:
        path - Node path
      • merge

        void merge​(YangInstanceIdentifier path,
                   NormalizedNode data)
        Merge the specified data with the currently-present data at specified path.
        Parameters:
        path - Node path
        data - Data to be merged
      • applyToCursor

        void applyToCursor​(@NonNull DataTreeModificationCursor cursor)
        Apply the contents of this modification to a cursor. This can be used to replicate this modification onto another one. The cursor's position must match the root of this modification, otherwise performing this operation will result in undefined behavior.
        Parameters:
        cursor - cursor to which this modification