| Package | Description |
|---|---|
| org.apache.flink.metrics | |
| org.apache.flink.metrics.groups | |
| org.apache.flink.metrics.reporter |
| Modifier and Type | Method and Description |
|---|---|
<H extends Histogram> |
MetricGroup.histogram(int name,
H histogram)
Registers a new
Histogram with Flink. |
<H extends Histogram> |
MetricGroup.histogram(String name,
H histogram)
Registers a new
Histogram with Flink. |
| Modifier and Type | Method and Description |
|---|---|
<H extends Histogram> |
UnregisteredMetricsGroup.histogram(int name,
H histogram) |
<H extends Histogram> |
UnregisteredMetricsGroup.histogram(String name,
H histogram) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Histogram,String> |
AbstractReporter.histograms |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.