Uses of Package
org.apache.jackrabbit.oak.plugins.migration.report
Packages that use org.apache.jackrabbit.oak.plugins.migration.report
-
Classes in org.apache.jackrabbit.oak.plugins.migration.report used by org.apache.jackrabbit.oak.plugins.migration.reportClassDescriptionAbstract 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 aReporter
via its callbacks that the respective NodeStates or PropertyStates have been accessed.