public class TopologyViewImpl extends Object implements org.apache.sling.discovery.TopologyView
Constructor and Description |
---|
TopologyViewImpl(org.apache.sling.discovery.InstanceDescription myInstance) |
Modifier and Type | Method and Description |
---|---|
Set<org.apache.sling.discovery.InstanceDescription> |
findInstances(org.apache.sling.discovery.InstanceFilter picker) |
Set<org.apache.sling.discovery.ClusterView> |
getClusterViews() |
Set<org.apache.sling.discovery.InstanceDescription> |
getInstances() |
org.apache.sling.discovery.InstanceDescription |
getLocalInstance() |
void |
invalidate() |
boolean |
isCurrent() |
public TopologyViewImpl(org.apache.sling.discovery.InstanceDescription myInstance)
public org.apache.sling.discovery.InstanceDescription getLocalInstance()
getLocalInstance
in interface org.apache.sling.discovery.TopologyView
public boolean isCurrent()
isCurrent
in interface org.apache.sling.discovery.TopologyView
public void invalidate()
public Set<org.apache.sling.discovery.InstanceDescription> getInstances()
getInstances
in interface org.apache.sling.discovery.TopologyView
public Set<org.apache.sling.discovery.InstanceDescription> findInstances(org.apache.sling.discovery.InstanceFilter picker)
findInstances
in interface org.apache.sling.discovery.TopologyView
public Set<org.apache.sling.discovery.ClusterView> getClusterViews()
getClusterViews
in interface org.apache.sling.discovery.TopologyView
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.