org.apache.sling.discovery.impl.common.resource
Class EstablishedClusterView

java.lang.Object
  extended by org.apache.sling.discovery.impl.common.DefaultClusterViewImpl
      extended by org.apache.sling.discovery.impl.common.resource.EstablishedClusterView
All Implemented Interfaces:
org.apache.sling.discovery.ClusterView

public class EstablishedClusterView
extends DefaultClusterViewImpl

A ClusterView which represents an established view and contains all members as stored in the repository at the according location


Constructor Summary
EstablishedClusterView(Config config, View view, String localId)
          Construct a new established cluster view
 
Method Summary
 
Methods inherited from class org.apache.sling.discovery.impl.common.DefaultClusterViewImpl
addInstanceDescription, equals, getId, getInstances, getLeader, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EstablishedClusterView

public EstablishedClusterView(Config config,
                              View view,
                              String localId)
Construct a new established cluster view



Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.