Uses of Class
org.apache.camel.component.dynamicrouter.filter.PrioritizedFilterStatistics
Packages that use PrioritizedFilterStatistics
Package
Description
-
Uses of PrioritizedFilterStatistics in org.apache.camel.component.dynamicrouter.control
Methods in org.apache.camel.component.dynamicrouter.control that return types with arguments of type PrioritizedFilterStatisticsModifier and TypeMethodDescriptionDynamicRouterControlService.getSubscriptionsStatisticsMap()Retrieves a copy of the filter statistics map. -
Uses of PrioritizedFilterStatistics in org.apache.camel.component.dynamicrouter.filter
Methods in org.apache.camel.component.dynamicrouter.filter that return PrioritizedFilterStatisticsModifier and TypeMethodDescriptionPrioritizedFilter.statistics()Returns the value of thestatisticsrecord component.Methods in org.apache.camel.component.dynamicrouter.filter that return types with arguments of type PrioritizedFilterStatisticsModifier and TypeMethodDescriptionDynamicRouterFilterService.getFilterStatisticsMap()Retrieves a copy of the filter statistics map.DynamicRouterFilterService.getStatisticsForChannel(String channel) Get a copy of thePrioritizedFilterStatisticsfor the specified channel.Methods in org.apache.camel.component.dynamicrouter.filter with parameters of type PrioritizedFilterStatisticsModifier and TypeMethodDescriptionDynamicRouterFilterService.createFilter(String id, int priority, org.apache.camel.Predicate predicate, String endpoint, PrioritizedFilterStatistics statistics) Convenience method to create aPrioritizedFilterfrom the supplied parameters.PrioritizedFilter.PrioritizedFilterFactory.getInstance(String id, int priority, org.apache.camel.Predicate predicate, String endpoint, PrioritizedFilterStatistics statistics) Create this processor with all properties.Constructors in org.apache.camel.component.dynamicrouter.filter with parameters of type PrioritizedFilterStatisticsModifierConstructorDescriptionPrioritizedFilter(String id, int priority, org.apache.camel.Predicate predicate, String endpoint, PrioritizedFilterStatistics statistics) Creates an instance of aPrioritizedFilterrecord class.