Uses of Interface
org.apache.sling.discovery.base.connectors.ping.ConnectorRegistry
Package
Description
Provides some common classes 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 ConnectorRegistry in org.apache.sling.discovery.base.commons
Modifier and TypeMethodDescriptionprotected abstract ConnectorRegistry
BaseViewChecker.getConnectorRegistry()
-
Uses of ConnectorRegistry in org.apache.sling.discovery.base.connectors.ping
Modifier and TypeClassDescriptionclass
Default implementation of the ConnectorRegistry which keeps a list of outgoing connectors and is capable of pinging them.Modifier and TypeMethodDescriptionstatic ConnectorRegistry
ConnectorRegistryImpl.testConstructor
(AnnouncementRegistry announcementRegistry, BaseConfig config) -
Uses of ConnectorRegistry in org.apache.sling.discovery.oak
Modifier 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 ConnectorRegistry in org.apache.sling.discovery.oak.pinger
Modifier and TypeMethodDescriptionprotected ConnectorRegistry
OakViewChecker.getConnectorRegistry()
Modifier and TypeMethodDescriptionstatic OakViewChecker
OakViewChecker.testConstructor
(SlingSettingsService slingSettingsService, ResourceResolverFactory resourceResolverFactory, ConnectorRegistry connectorRegistry, AnnouncementRegistry announcementRegistry, Scheduler scheduler, Config config) for testing only