Class LocalClusterView

java.lang.Object
org.apache.sling.discovery.commons.providers.DefaultClusterView
org.apache.sling.discovery.commons.providers.spi.LocalClusterView
All Implemented Interfaces:
ClusterView

public class LocalClusterView extends DefaultClusterView
  • Constructor Details

    • LocalClusterView

      public LocalClusterView(String id, String localClusterSyncTokenId)
  • Method Details

    • getLocalClusterSyncTokenId

      public String getLocalClusterSyncTokenId()
    • getPartiallyStartedClusterNodeIds

      public Set<Integer> getPartiallyStartedClusterNodeIds()
    • setPartiallyStartedClusterNodeIds

      public void setPartiallyStartedClusterNodeIds(Collection<Integer> clusterNodeIds)
    • isPartiallyStarted

      public boolean isPartiallyStarted(Integer clusterNodeId)
    • hasPartiallyStartedInstances

      public boolean hasPartiallyStartedInstances()