public class ViewUpdater extends Object
View
interface.| 构造器和说明 |
|---|
ViewUpdater(ScheduledExecutorService executor) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
notifyOfAddedView(org.apache.flink.metrics.View view)
Notifies this ViewUpdater of a new metric that should be regularly updated.
|
void |
notifyOfRemovedView(org.apache.flink.metrics.View view)
Notifies this ViewUpdater of a metric that should no longer be regularly updated.
|
public ViewUpdater(ScheduledExecutorService executor)
public void notifyOfAddedView(org.apache.flink.metrics.View view)
view - metric that should be regularly updatedpublic void notifyOfRemovedView(org.apache.flink.metrics.View view)
view - metric that should no longer be regularly updatedCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.