Interface NodeTraversalCallback
-
public interface NodeTraversalCallback
Callback which invoked for any changed node read by IndexUpdate as part of diff traversal
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
NodeTraversalCallback.PathSource
Provides a way to lazily construct the path and provides access to the current path
-
Field Summary
Fields Modifier and Type Field Description static NodeTraversalCallback
NOOP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
traversedNode(NodeTraversalCallback.PathSource pathSource)
-
-
-
Field Detail
-
NOOP
static final NodeTraversalCallback NOOP
-
-
Method Detail
-
traversedNode
void traversedNode(NodeTraversalCallback.PathSource pathSource) throws CommitFailedException
- Throws:
CommitFailedException
-
-