Uses of Interface
com.linagora.elasticsearch.metrics.percolation.Notifier
-
Packages that use Notifier Package Description com.linagora.elasticsearch.metrics -
-
Uses of Notifier in com.linagora.elasticsearch.metrics
Methods in com.linagora.elasticsearch.metrics with parameters of type Notifier Modifier and Type Method Description ElasticsearchReporter.BuilderElasticsearchReporter.Builder. percolationNotifier(Notifier notifier)An instance of the notifier implemention which should be executed in case of a matching percolationConstructors in com.linagora.elasticsearch.metrics with parameters of type Notifier Constructor Description ElasticsearchReporter(com.codahale.metrics.MetricRegistry registry, java.lang.String[] hosts, int timeout, java.lang.String index, java.lang.String indexDateFormat, int bulkSize, com.codahale.metrics.Clock clock, java.lang.String prefix, java.util.concurrent.TimeUnit rateUnit, java.util.concurrent.TimeUnit durationUnit, com.codahale.metrics.MetricFilter filter, com.codahale.metrics.MetricFilter percolationFilter, Notifier percolationNotifier, java.lang.String timestampFieldname, java.util.Map<java.lang.String,?> additionalFields)
-