Interface DataTreeSnapshot

    • Method Detail

      • readNode

        Optional<NormalizedNode> readNode​(YangInstanceIdentifier path)
        Read a particular node from the snapshot.
        Parameters:
        path - Path of the node
        Returns:
        Optional result encapsulating the presence and value of the node
      • newModification

        @NonNull DataTreeModification newModification()
        Create a new data tree modification based on this snapshot, using the specified data application strategy.
        Returns:
        A new data tree modification