Package org.apache.jackrabbit.oak.plugins.migration.report
-
Interface Summary Interface Description Reporter AReporter
receives callbacks for every NodeState and PropertyState that was accessed via a {ReportingNodeState} instance. -
Class Summary Class Description LoggingReporter A Reporter implementation that logs every nth node and/or any nth property to the given logger oninfo
level.PeriodicReporter Abstract class that simplifies development of a Reporter that should only report every nth event (node or property seen).ReportingNodeState A decoration layer for NodeState instances that intercepts all accesses to NodeStates and PropertyStates (getters) and informs aReporter
via its callbacks that the respective NodeStates or PropertyStates have been accessed.