Package | Description |
---|---|
org.apache.sling.discovery.base.commons |
Provides some common classes for discovery implementors that
choose to extend from discovery.base
|
org.apache.sling.discovery.commons |
Provides commons utility for users for the Discovery API.
|
org.apache.sling.discovery.commons.providers |
Provides commons utility for providers of the Discovery API.
|
org.apache.sling.discovery.commons.providers.base |
Provides commons implementations for providers of the Discovery API.
|
org.apache.sling.discovery.oak | |
org.apache.sling.discovery.oak.pinger |
Modifier and Type | Method and Description |
---|---|
protected abstract Scheduler |
BaseViewChecker.getScheduler() |
Constructor and Description |
---|
InitDelayingTopologyEventListener(long startupDelay,
TopologyEventListener delegate,
Scheduler scheduler)
Deprecated.
|
InitDelayingTopologyEventListener(long startupDelay,
TopologyEventListener delegate,
Scheduler scheduler,
org.slf4j.Logger loggerOrNull)
|
Modifier and Type | Method and Description |
---|---|
void |
ViewStateManager.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.
|
Modifier and Type | Method and Description |
---|---|
void |
ViewStateManagerImpl.installMinEventDelayHandler(DiscoveryService discoveryService,
Scheduler scheduler,
long minEventDelaySecs) |
Modifier and Type | Method and Description |
---|---|
static OakDiscoveryService |
OakDiscoveryService.testConstructor(SlingSettingsService settingsService,
AnnouncementRegistry announcementRegistry,
ConnectorRegistry connectorRegistry,
ClusterViewService clusterViewService,
Config config,
OakViewChecker connectorPinger,
Scheduler scheduler,
IdMapService idMapService,
OakBacklogClusterSyncService oakBacklogClusterSyncService,
SyncTokenService syncTokenService,
ResourceResolverFactory factory) |
Modifier and Type | Field and Description |
---|---|
protected Scheduler |
OakViewChecker.scheduler |
Modifier and Type | Method and Description |
---|---|
protected Scheduler |
OakViewChecker.getScheduler() |
Modifier and Type | Method and Description |
---|---|
static OakViewChecker |
OakViewChecker.testConstructor(SlingSettingsService slingSettingsService,
ResourceResolverFactory resourceResolverFactory,
ConnectorRegistry connectorRegistry,
AnnouncementRegistry announcementRegistry,
Scheduler scheduler,
Config config)
for testing only
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.