| Package | Description |
|---|---|
| org.apache.flink.metrics | |
| org.apache.flink.metrics.groups | |
| org.apache.flink.metrics.reporter |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleCounter
A simple low-overhead
Counter that is not thread-safe. |
| Modifier and Type | Method and Description |
|---|---|
<C extends Counter> |
MetricGroup.counter(int name,
C counter)
Registers a
Counter with Flink. |
<C extends Counter> |
MetricGroup.counter(String name,
C counter)
Registers a
Counter with Flink. |
| Modifier and Type | Method and Description |
|---|---|
Counter |
MetricGroup.counter(int name)
Creates and registers a new
Counter with Flink. |
Counter |
MetricGroup.counter(String name)
Creates and registers a new
Counter with Flink. |
| Constructor and Description |
|---|
MeterView(Counter counter,
int timeSpanInSeconds) |
| Modifier and Type | Method and Description |
|---|---|
<C extends Counter> |
UnregisteredMetricsGroup.counter(int name,
C counter) |
<C extends Counter> |
UnregisteredMetricsGroup.counter(String name,
C counter) |
| Modifier and Type | Method and Description |
|---|---|
Counter |
UnregisteredMetricsGroup.counter(int name) |
Counter |
UnregisteredMetricsGroup.counter(String name) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Counter,String> |
AbstractReporter.counters |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.