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 AnnouncementRegistryBaseDiscoveryService.getAnnouncementRegistry()protected abstract AnnouncementRegistryBaseViewChecker.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 TypeClassDescriptionclassDefault 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 ConnectorRegistryConnectorRegistryImpl.testConstructor(AnnouncementRegistry announcementRegistry, BaseConfig config)