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.base.connectors.ping |
Provides topology connector implementations for discovery
implementors that choose to extend from discovery.base
|
org.apache.sling.discovery.oak | |
org.apache.sling.discovery.oak.pinger |
Modifier and Type | Method and Description |
---|---|
protected abstract ConnectorRegistry |
BaseViewChecker.getConnectorRegistry() |
Modifier and Type | Class and Description |
---|---|
class |
ConnectorRegistryImpl
Default implementation of the ConnectorRegistry which
keeps a list of outgoing connectors and is capable of
pinging them.
|
Modifier and Type | Method and Description |
---|---|
static ConnectorRegistry |
ConnectorRegistryImpl.testConstructor(AnnouncementRegistry announcementRegistry,
BaseConfig config) |
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 ConnectorRegistry |
OakViewChecker.connectorRegistry |
Modifier and Type | Method and Description |
---|---|
protected ConnectorRegistry |
OakViewChecker.getConnectorRegistry() |
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.