Uses of Interface
org.apache.sling.discovery.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
Modifier 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.ModifierConstructorDescriptionTopologyEvent
(TopologyEvent.Type type, TopologyView oldView, TopologyView newView) -
Uses of TopologyView in org.apache.sling.discovery.base.commons
Modifier and TypeClassDescriptionclass
Default Implementation of the topology view interface -
Uses of TopologyView in org.apache.sling.discovery.commons
ModifierConstructorDescriptionInstancesDiff
(@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
Modifier 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
ModifierConstructorDescriptionTopologyCapabilities
(TopologyView view, JobManagerConfiguration config) Create a new instance