public class PollReport extends Object
Constructor and Description |
---|
PollReport() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSet<String> |
getAllReachableNodes()
Returns all connected nodes to the current node including nodes with higher epoch.
|
Set<String> |
getFailedNodes()
Contains list of servers disconnected from this node.
|
Set<String> |
getReachableNodes()
Contains list of servers successfully connected with current node.
|
boolean |
isCurrentLayoutSlotUnFilled()
All active Layout servers have been sealed but there is no client to take this forward and
fill the slot by proposing a new layout.
|
public com.google.common.collect.ImmutableSet<String> getAllReachableNodes()
public Set<String> getReachableNodes()
public Set<String> getFailedNodes()
public boolean isCurrentLayoutSlotUnFilled()
Copyright © 2019 CorfuDB. All rights reserved.