public interface NodeStore
This is a low-level interface that doesn't cover functionality like merging concurrent changes or rejecting new tree states based on some higher-level consistency constraints.
NodeState getRoot()
void compare(NodeState before, NodeState after, NodeStateDiff diff)
before - node state before changesafter - node state after changesdiff - handler of node state differencesCopyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.