@ParametersAreNonnullByDefault public class TopologyViewManager extends Object
Constructor and Description |
---|
TopologyViewManager(long refreshTtl) |
Modifier and Type | Method and Description |
---|---|
TopologyView |
getCurrentView() |
void |
refreshState(State state) |
protected int |
size() |
TopologyView |
updateView()
Update the Topology view
|
protected TopologyView |
updateView(long now) |
public TopologyViewManager(long refreshTtl)
refreshTtl
- the time to live (in ms) for States without being refreshed.public TopologyView getCurrentView()
public void refreshState(State state)
public TopologyView updateView()
protected TopologyView updateView(long now)
protected int size()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.