Class NodeNameFilter
java.lang.Object
org.apache.jackrabbit.oak.index.indexer.document.flatfile.analysis.modules.NodeNameFilter
- All Implemented Interfaces:
StatsCollector
A wrapper for a collector that allows to filter for certain node names, or
children of those.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NodeNameFilter
-
-
Method Details
-
add
Description copied from interface:StatsCollector
Collect data for this node.- Specified by:
add
in interfaceStatsCollector
- Parameters:
node
- the node
-
end
public void end()Description copied from interface:StatsCollector
End collection.- Specified by:
end
in interfaceStatsCollector
-
getRecords
Description copied from interface:StatsCollector
Get the statistics in the form of a list of records.- Specified by:
getRecords
in interfaceStatsCollector
- Returns:
- the results
-
toString
-