public ClusterView getClusterView()

in src/main/java/org/apache/sling/discovery/impl/standalone/InstanceDescriptionImpl.java [64:66]


    public ClusterView getClusterView() {
        return new ClusterViewImpl(this);
    }