public class ViewUpdater extends Object
View
interface.Constructor and Description |
---|
ViewUpdater(ScheduledExecutorService executor) |
Modifier and Type | Method and Description |
---|---|
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–2017 The Apache Software Foundation. All rights reserved.