Package | Description |
---|---|
org.apache.flink.metrics | |
org.apache.flink.runtime.metrics |
Modifier and Type | Class and Description |
---|---|
class |
MeterView
A MeterView provides an average rate of events per second over a given time period.
|
Modifier and Type | Method and Description |
---|---|
void |
ViewUpdater.notifyOfAddedView(View view)
Notifies this ViewUpdater of a new metric that should be regularly updated.
|
void |
ViewUpdater.notifyOfRemovedView(View view)
Notifies this ViewUpdater of a metric that should no longer be regularly updated.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.