Uses of Enum Class
org.codelibs.fess.helper.CrawlerStatsHelper.StatsAction
Packages that use CrawlerStatsHelper.StatsAction
-
Uses of CrawlerStatsHelper.StatsAction in org.codelibs.fess.helper
Methods in org.codelibs.fess.helper that return CrawlerStatsHelper.StatsActionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CrawlerStatsHelper.StatsAction[]CrawlerStatsHelper.StatsAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.codelibs.fess.helper with parameters of type CrawlerStatsHelper.StatsActionModifier and TypeMethodDescriptionvoidCrawlerStatsHelper.record(Object keyObj, CrawlerStatsHelper.StatsAction action) Records a statistics action for the specified crawler object.