Uses of Class
org.apache.storm.metric.api.IMetricsConsumer.TaskInfo
-
Packages that use IMetricsConsumer.TaskInfo Package Description org.apache.storm.loadgen org.apache.storm.metric org.apache.storm.metric.api org.apache.storm.testing -
-
Uses of IMetricsConsumer.TaskInfo in org.apache.storm.loadgen
Methods in org.apache.storm.loadgen with parameters of type IMetricsConsumer.TaskInfo Modifier and Type Method Description abstract void
HttpForwardingMetricsServer. handle(IMetricsConsumer.TaskInfo taskInfo, Collection<IMetricsConsumer.DataPoint> dataPoints, String topologyId)
void
LoadMetricsServer. handle(IMetricsConsumer.TaskInfo taskInfo, Collection<IMetricsConsumer.DataPoint> dataPoints, String topologyId)
void
HttpForwardingMetricsConsumer. handleDataPoints(IMetricsConsumer.TaskInfo taskInfo, Collection<IMetricsConsumer.DataPoint> dataPoints)
-
Uses of IMetricsConsumer.TaskInfo in org.apache.storm.metric
Methods in org.apache.storm.metric with parameters of type IMetricsConsumer.TaskInfo Modifier and Type Method Description void
LoggingMetricsConsumer. handleDataPoints(IMetricsConsumer.TaskInfo taskInfo, Collection<IMetricsConsumer.DataPoint> dataPoints)
-
Uses of IMetricsConsumer.TaskInfo in org.apache.storm.metric.api
Methods in org.apache.storm.metric.api with parameters of type IMetricsConsumer.TaskInfo Modifier and Type Method Description void
IMetricsConsumer. handleDataPoints(IMetricsConsumer.TaskInfo taskInfo, Collection<IMetricsConsumer.DataPoint> dataPoints)
-
Uses of IMetricsConsumer.TaskInfo in org.apache.storm.testing
Methods in org.apache.storm.testing with parameters of type IMetricsConsumer.TaskInfo Modifier and Type Method Description void
ForwardingMetricsConsumer. handleDataPoints(IMetricsConsumer.TaskInfo taskInfo, Collection<IMetricsConsumer.DataPoint> dataPoints)
-