Uses of Class
org.apache.sling.discovery.base.commons.UndefinedClusterViewException
Packages that use UndefinedClusterViewException
Package
Description
Provides some common classes for discovery implementors that
choose to extend from discovery.base
-
Uses of UndefinedClusterViewException in org.apache.sling.discovery.base.commons
Methods in org.apache.sling.discovery.base.commons that throw UndefinedClusterViewExceptionModifier and TypeMethodDescriptionstatic boolean
ClusterViewHelper.contains
(ClusterView clusterView, String slingId) checks whether the cluster view contains a particular sling idstatic boolean
ClusterViewHelper.containsAny
(ClusterView clusterView, Collection<InstanceDescription> listInstances) checks whether the cluster contains any of the provided instancesClusterViewService.getLocalClusterView()
Returns the current, local cluster view - throwing an UndefinedClusterViewException if it cannot determine a clusterView at the moment. -
Uses of UndefinedClusterViewException in org.apache.sling.discovery.oak.cluster
Methods in org.apache.sling.discovery.oak.cluster that throw UndefinedClusterViewException