public static class HdfsSystemConsumer.HdfsSystemConsumerMetrics
extends java.lang.Object
| Constructor and Description |
|---|
HdfsSystemConsumerMetrics(org.apache.samza.metrics.MetricsRegistry metricsRegistry) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.samza.metrics.MetricsRegistry |
getMetricsRegistry() |
void |
incNumEvents(org.apache.samza.system.SystemStreamPartition systemStreamPartition) |
void |
incTotalNumEvents() |
void |
registerSystemStreamPartition(org.apache.samza.system.SystemStreamPartition systemStreamPartition) |
public HdfsSystemConsumerMetrics(org.apache.samza.metrics.MetricsRegistry metricsRegistry)
public void registerSystemStreamPartition(org.apache.samza.system.SystemStreamPartition systemStreamPartition)
public void incNumEvents(org.apache.samza.system.SystemStreamPartition systemStreamPartition)
public void incTotalNumEvents()
public org.apache.samza.metrics.MetricsRegistry getMetricsRegistry()