Uses of Class
org.apache.sling.discovery.commons.providers.spi.LocalClusterView
Packages that use LocalClusterView
Package
Description
Provides some common classes for discovery implementors that
choose to extend from discovery.base
-
Uses of LocalClusterView in org.apache.sling.discovery.base.commons
Methods in org.apache.sling.discovery.base.commons that return LocalClusterViewModifier and TypeMethodDescriptionClusterViewService.getLocalClusterView()
Returns the current, local cluster view - throwing an UndefinedClusterViewException if it cannot determine a clusterView at the moment.Methods in org.apache.sling.discovery.base.commons with parameters of type LocalClusterViewModifier and TypeMethodDescriptionvoid
DefaultTopologyView.setLocalClusterView
(LocalClusterView localClusterView) Adds the instances of the given ClusterView to this topology -
Uses of LocalClusterView in org.apache.sling.discovery.oak.cluster
Methods in org.apache.sling.discovery.oak.cluster that return LocalClusterView