Uses of Interface
org.apache.sling.discovery.InstanceDescription
-
Uses of InstanceDescription in org.apache.sling.discovery
Methods in org.apache.sling.discovery that return InstanceDescriptionModifier and TypeMethodDescriptionClusterView.getLeader()Provides the InstanceDescription belonging to the leader instance.TopologyView.getLocalInstance()Provides the InstanceDescription belonging to this instance.Methods in org.apache.sling.discovery that return types with arguments of type InstanceDescriptionModifier and TypeMethodDescriptionTopologyView.findInstances(InstanceFilter filter) Searches through this topology and picks those accepted by the providedInstanceFilter- and returns them without any particular orderClusterView.getInstances()Provides the list of InstanceDescriptions with a stable ordering.TopologyView.getInstances()Provides the set of InstanceDescriptions in the entire topology, without any particular orderMethods in org.apache.sling.discovery with parameters of type InstanceDescriptionModifier and TypeMethodDescriptionbooleanInstanceFilter.accept(InstanceDescription instance) Returns true if this InstanceFilter selects the given InstanceDescription.