Uses of Interface
org.apache.sling.commons.scheduler.Scheduler
Packages that use Scheduler
Package
Description
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.
Provides commons implementations for providers of the Discovery API.
-
Uses of Scheduler in org.apache.sling.discovery.base.commons
Methods in org.apache.sling.discovery.base.commons that return Scheduler -
Uses of Scheduler in org.apache.sling.discovery.commons
Constructors in org.apache.sling.discovery.commons with parameters of type SchedulerModifierConstructorDescriptionInitDelayingTopologyEventListener(long startupDelay, TopologyEventListener delegate, Scheduler scheduler) Deprecated.InitDelayingTopologyEventListener(long startupDelay, TopologyEventListener delegate, Scheduler scheduler, org.slf4j.Logger loggerOrNull) -
Uses of Scheduler in org.apache.sling.discovery.commons.providers
Methods in org.apache.sling.discovery.commons.providers with parameters of type SchedulerModifier and TypeMethodDescriptionvoidViewStateManager.installMinEventDelayHandler(DiscoveryService discoveryService, Scheduler scheduler, long minEventDelaySecs) Installs an optional 'min event delay handler' which, using the given scheduler, delays sending TOPOLOGY_CHANGED event after receiving a handleNewView - with the idea as to limit the number of toggling between view states. -
Uses of Scheduler in org.apache.sling.discovery.commons.providers.base
Methods in org.apache.sling.discovery.commons.providers.base with parameters of type SchedulerModifier and TypeMethodDescriptionvoidViewStateManagerImpl.installMinEventDelayHandler(DiscoveryService discoveryService, Scheduler scheduler, long minEventDelaySecs) -
Uses of Scheduler in org.apache.sling.discovery.oak
Fields in org.apache.sling.discovery.oak declared as SchedulerMethods in org.apache.sling.discovery.oak with parameters of type SchedulerModifier and TypeMethodDescriptionstatic OakDiscoveryServiceOakDiscoveryService.testConstructor(SlingSettingsService settingsService, AnnouncementRegistry announcementRegistry, ConnectorRegistry connectorRegistry, ClusterViewService clusterViewService, Config config, OakViewChecker connectorPinger, Scheduler scheduler, IdMapService idMapService, OakBacklogClusterSyncService oakBacklogClusterSyncService, SyncTokenService syncTokenService, ResourceResolverFactory factory) Constructors in org.apache.sling.discovery.oak with parameters of type Scheduler -
Uses of Scheduler in org.apache.sling.discovery.oak.pinger
Fields in org.apache.sling.discovery.oak.pinger declared as SchedulerMethods in org.apache.sling.discovery.oak.pinger that return SchedulerMethods in org.apache.sling.discovery.oak.pinger with parameters of type SchedulerModifier and TypeMethodDescriptionstatic OakViewCheckerOakViewChecker.testConstructor(SlingSettingsService slingSettingsService, ResourceResolverFactory resourceResolverFactory, ConnectorRegistry connectorRegistry, AnnouncementRegistry announcementRegistry, Scheduler scheduler, Config config) for testing only -
Uses of Scheduler in org.apache.sling.event.impl.jobs.scheduling
Constructors in org.apache.sling.event.impl.jobs.scheduling with parameters of type SchedulerModifierConstructorDescriptionJobSchedulerImpl(JobManagerConfiguration configuration, Scheduler scheduler, JobManagerImpl jobManager) Create the scheduler
InitDelayingTopologyEventListener(long, TopologyEventListener)