Uses of Class
com.github.kagkarlsson.scheduler.stats.StatsRegistry.CandidateStatsEvent
-
Packages that use StatsRegistry.CandidateStatsEvent Package Description com.github.kagkarlsson.scheduler.stats -
-
Uses of StatsRegistry.CandidateStatsEvent in com.github.kagkarlsson.scheduler.stats
Methods in com.github.kagkarlsson.scheduler.stats that return StatsRegistry.CandidateStatsEvent Modifier and Type Method Description static StatsRegistry.CandidateStatsEventStatsRegistry.CandidateStatsEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static StatsRegistry.CandidateStatsEvent[]StatsRegistry.CandidateStatsEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.kagkarlsson.scheduler.stats with parameters of type StatsRegistry.CandidateStatsEvent Modifier and Type Method Description voidMicrometerStatsRegistry. register(StatsRegistry.CandidateStatsEvent e)voidStatsRegistry.DefaultStatsRegistry. register(StatsRegistry.CandidateStatsEvent e)voidStatsRegistry. register(StatsRegistry.CandidateStatsEvent e)
-