Uses of Interface
org.apache.sling.discovery.TopologyView
Packages that use TopologyView
Package
Description
Provides a service to interface which may be implemented by applications
to get notified on cluster topology changes.
Provides some common classes for discovery implementors that
choose to extend from discovery.base
Provides commons utility for users for the Discovery API.
Provides commons utility for providers of the Discovery API.
-
Uses of TopologyView in org.apache.sling.discovery
Methods in org.apache.sling.discovery that return TopologyViewModifier and TypeMethodDescriptionTopologyEvent.getNewView()
Returns the view which is currently (i.e. newly) valid.TopologyEvent.getOldView()
Returns the view which was valid up until now.DiscoveryService.getTopology()
Returns the topology that was last discovered by this service.Constructors in org.apache.sling.discovery with parameters of type TopologyViewModifierConstructorDescriptionTopologyEvent
(TopologyEvent.Type type, TopologyView oldView, TopologyView newView) -
Uses of TopologyView in org.apache.sling.discovery.base.commons
Classes in org.apache.sling.discovery.base.commons that implement TopologyViewModifier and TypeClassDescriptionclass
Default Implementation of the topology view interfaceMethods in org.apache.sling.discovery.base.commons that return TopologyView -
Uses of TopologyView in org.apache.sling.discovery.commons
Constructors in org.apache.sling.discovery.commons with parameters of type TopologyViewModifierConstructorDescriptionInstancesDiff
(@NotNull TopologyView oldView, @NotNull TopologyView newView) Create a newInstancesDiff
based on the instances from the old and newTopologyView
topology views provided. -
Uses of TopologyView in org.apache.sling.discovery.commons.providers
Classes in org.apache.sling.discovery.commons.providers that implement TopologyViewModifier and TypeClassDescriptionclass
Very simple abstract base class for the TopologyView which comes with the 'setNotCurrent()' method - that allows the ViewStateManager to mark a topologyView as no longer current - and the isCurrent() is handled accordingly. -
Uses of TopologyView in org.apache.sling.event.impl.jobs.config
Methods in org.apache.sling.event.impl.jobs.config with parameters of type TopologyViewConstructors in org.apache.sling.event.impl.jobs.config with parameters of type TopologyViewModifierConstructorDescriptionTopologyCapabilities
(TopologyView view, JobManagerConfiguration config) Create a new instance