Package org.apache.jackrabbit.oak.plugins.migration.report
package org.apache.jackrabbit.oak.plugins.migration.report
-
ClassDescriptionA Reporter implementation that logs every nth node and/or any nth property to the given logger on
info
level.Abstract class that simplifies development of a Reporter that should only report every nth event (node or property seen).AReporter
receives callbacks for every NodeState and PropertyState that was accessed via a {ReportingNodeState} instance.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.