Uses of Package
org.apache.jackrabbit.oak.plugins.migration.report
-
Packages that use org.apache.jackrabbit.oak.plugins.migration.report Package Description org.apache.jackrabbit.oak.plugins.migration.report -
Classes in org.apache.jackrabbit.oak.plugins.migration.report used by org.apache.jackrabbit.oak.plugins.migration.report Class Description PeriodicReporter Abstract class that simplifies development of a Reporter that should only report every nth event (node or property seen).Reporter AReporter
receives callbacks for every NodeState and PropertyState that was accessed via a {ReportingNodeState} instance.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.