Interface NodeTraversalCallback
-
public interface NodeTraversalCallbackCallback 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 interfaceNodeTraversalCallback.PathSourceProvides a way to lazily construct the path and provides access to the current path
-
Field Summary
Fields Modifier and Type Field Description static NodeTraversalCallbackNOOP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtraversedNode(NodeTraversalCallback.PathSource pathSource)
-
-
-
Field Detail
-
NOOP
static final NodeTraversalCallback NOOP
-
-
Method Detail
-
traversedNode
void traversedNode(NodeTraversalCallback.PathSource pathSource) throws CommitFailedException
- Throws:
CommitFailedException
-
-