Uses of Interface
org.apache.storm.metric.api.IMetricsConsumer
-
Packages that use IMetricsConsumer Package Description org.apache.storm.loadgen org.apache.storm.metric org.apache.storm.testing -
-
Uses of IMetricsConsumer in org.apache.storm.loadgen
Classes in org.apache.storm.loadgen that implement IMetricsConsumer Modifier and Type Class Description class
HttpForwardingMetricsConsumer
Listens for all metrics and POSTs them serialized to a configured URL. -
Uses of IMetricsConsumer in org.apache.storm.metric
Classes in org.apache.storm.metric that implement IMetricsConsumer Modifier and Type Class Description class
LoggingMetricsConsumer
Listens for all metrics, dumps them to log -
Uses of IMetricsConsumer in org.apache.storm.testing
Classes in org.apache.storm.testing that implement IMetricsConsumer Modifier and Type Class Description class
ForwardingMetricsConsumer
-