public class NoopMetrics extends Object implements StageMetrics
| Modifier and Type | Field and Description |
|---|---|
static StageMetrics |
INSTANCE |
| Constructor and Description |
|---|
NoopMetrics() |
| Modifier and Type | Method and Description |
|---|---|
void |
count(String s,
int i) |
void |
gauge(String s,
long l) |
void |
pipelineCount(String metricName,
int delta) |
void |
pipelineGauge(String metricName,
long value) |
public static final StageMetrics INSTANCE
public void count(String s, int i)
count in interface Metricscount in interface StageMetricspublic void gauge(String s, long l)
gauge in interface Metricsgauge in interface StageMetricspublic void pipelineCount(String metricName, int delta)
pipelineCount in interface StageMetricspublic void pipelineGauge(String metricName, long value)
pipelineGauge in interface StageMetricsCopyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0.