| Package | Description |
|---|---|
| org.apache.storm.metric | |
| org.apache.storm.metric.api | |
| org.apache.storm.metric.filter | |
| org.apache.storm.metric.util | |
| org.apache.storm.testing |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
HttpForwardingMetricsServer.handle(IMetricsConsumer.TaskInfo taskInfo,
Collection<IMetricsConsumer.DataPoint> dataPoints) |
void |
LoggingMetricsConsumer.handleDataPoints(IMetricsConsumer.TaskInfo taskInfo,
Collection<IMetricsConsumer.DataPoint> dataPoints) |
void |
HttpForwardingMetricsConsumer.handleDataPoints(IMetricsConsumer.TaskInfo taskInfo,
Collection<IMetricsConsumer.DataPoint> dataPoints) |
| Constructor and Description |
|---|
MetricsConsumerBolt(String consumerClassName,
Object registrationArgument,
int maxRetainMetricTuples,
com.google.common.base.Predicate<IMetricsConsumer.DataPoint> filterPredicate,
DataPointExpander expander) |
| Modifier and Type | Method and Description |
|---|---|
void |
IMetricsConsumer.handleDataPoints(IMetricsConsumer.TaskInfo taskInfo,
Collection<IMetricsConsumer.DataPoint> dataPoints) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FilterByMetricName.apply(IMetricsConsumer.DataPoint dataPoint) |
| Modifier and Type | Method and Description |
|---|---|
Collection<IMetricsConsumer.DataPoint> |
DataPointExpander.expandDataPoint(IMetricsConsumer.DataPoint dataPoint) |
Collection<IMetricsConsumer.DataPoint> |
DataPointExpander.expandDataPoints(Collection<IMetricsConsumer.DataPoint> dataPoints) |
| Modifier and Type | Method and Description |
|---|---|
Collection<IMetricsConsumer.DataPoint> |
DataPointExpander.expandDataPoint(IMetricsConsumer.DataPoint dataPoint) |
| Modifier and Type | Method and Description |
|---|---|
Collection<IMetricsConsumer.DataPoint> |
DataPointExpander.expandDataPoints(Collection<IMetricsConsumer.DataPoint> dataPoints) |
| Modifier and Type | Method and Description |
|---|---|
void |
ForwardingMetricsConsumer.handleDataPoints(IMetricsConsumer.TaskInfo taskInfo,
Collection<IMetricsConsumer.DataPoint> dataPoints) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.