public class LocalClusterView extends DefaultClusterView
Constructor and Description |
---|
LocalClusterView(String id,
String localClusterSyncTokenId) |
Modifier and Type | Method and Description |
---|---|
String |
getLocalClusterSyncTokenId() |
Set<Integer> |
getPartiallyStartedClusterNodeIds() |
boolean |
hasPartiallyStartedInstances() |
boolean |
isPartiallyStarted(Integer clusterNodeId) |
void |
setPartiallyStartedClusterNodeIds(Collection<Integer> clusterNodeIds) |
addInstanceDescription, equals, getId, getInstances, getLeader, getLocalInstance, hashCode, removeInstanceDescription, toString
public String getLocalClusterSyncTokenId()
public void setPartiallyStartedClusterNodeIds(Collection<Integer> clusterNodeIds)
public boolean isPartiallyStarted(Integer clusterNodeId)
public boolean hasPartiallyStartedInstances()
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.