Uses of Interface
org.apache.sling.discovery.base.connectors.announcement.AnnouncementRegistry
Packages that use AnnouncementRegistry
Package
Description
Provides some common classes for discovery implementors that
choose to extend from discovery.base
Provides topology announcement implementations for discovery
implementors that choose to extend from discovery.base
Provides topology connector implementations for discovery
implementors that choose to extend from discovery.base
-
Uses of AnnouncementRegistry in org.apache.sling.discovery.base.commons
Methods in org.apache.sling.discovery.base.commons that return AnnouncementRegistryModifier and TypeMethodDescriptionprotected abstract AnnouncementRegistry
BaseDiscoveryService.getAnnouncementRegistry()
protected abstract AnnouncementRegistry
BaseViewChecker.getAnnouncementRegistry()
-
Uses of AnnouncementRegistry in org.apache.sling.discovery.base.connectors.announcement
Classes in org.apache.sling.discovery.base.connectors.announcement that implement AnnouncementRegistryModifier and TypeClassDescriptionclass
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. -
Uses of AnnouncementRegistry in org.apache.sling.discovery.base.connectors.ping
Methods in org.apache.sling.discovery.base.connectors.ping with parameters of type AnnouncementRegistryModifier and TypeMethodDescriptionstatic ConnectorRegistry
ConnectorRegistryImpl.testConstructor
(AnnouncementRegistry announcementRegistry, BaseConfig config) -
Uses of AnnouncementRegistry in org.apache.sling.discovery.oak
Methods in org.apache.sling.discovery.oak that return AnnouncementRegistryModifier and TypeMethodDescriptionprotected AnnouncementRegistry
OakDiscoveryService.getAnnouncementRegistry()
Methods in org.apache.sling.discovery.oak with parameters of type AnnouncementRegistryModifier and TypeMethodDescriptionstatic 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) -
Uses of AnnouncementRegistry in org.apache.sling.discovery.oak.pinger
Fields in org.apache.sling.discovery.oak.pinger declared as AnnouncementRegistryModifier and TypeFieldDescriptionprotected AnnouncementRegistry
OakViewChecker.announcementRegistry
Methods in org.apache.sling.discovery.oak.pinger that return AnnouncementRegistryModifier and TypeMethodDescriptionprotected AnnouncementRegistry
OakViewChecker.getAnnouncementRegistry()
Methods in org.apache.sling.discovery.oak.pinger with parameters of type AnnouncementRegistryModifier and TypeMethodDescriptionstatic OakViewChecker
OakViewChecker.testConstructor
(SlingSettingsService slingSettingsService, ResourceResolverFactory resourceResolverFactory, ConnectorRegistry connectorRegistry, AnnouncementRegistry announcementRegistry, Scheduler scheduler, Config config) for testing only