| 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.announcement |
Provides topology announcement implementations 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 AnnouncementRegistry |
BaseViewChecker.getAnnouncementRegistry() |
protected abstract AnnouncementRegistry |
BaseDiscoveryService.getAnnouncementRegistry() |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnouncementRegistryImpl
Default implementation of the AnnouncementRegistry which
handles JSON-backed announcements and does so by storing
them in a local like /var/discovery/impl/clusterNodes/$slingId/announcement.
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectorRegistry |
ConnectorRegistryImpl.testConstructor(AnnouncementRegistry announcementRegistry,
BaseConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected AnnouncementRegistry |
OakDiscoveryService.getAnnouncementRegistry() |
| 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 AnnouncementRegistry |
OakViewChecker.announcementRegistry |
| Modifier and Type | Method and Description |
|---|---|
protected AnnouncementRegistry |
OakViewChecker.getAnnouncementRegistry() |
| 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.