Package org.apache.jackrabbit.oak.plugins.migration.report


package org.apache.jackrabbit.oak.plugins.migration.report
  • Class
    Description
    A 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).
    A Reporter 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 a Reporter via its callbacks that the respective NodeStates or PropertyStates have been accessed.