public Set getClusterViews()

in src/main/java/org/apache/sling/discovery/impl/standalone/TopologyViewImpl.java [67:70]


    public Set<ClusterView> getClusterViews() {
        final ClusterView clusterView = new ClusterViewImpl(myInstance);
        return Collections.singleton(clusterView);
    }