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.cluster |
Modifier and Type | Method and Description |
---|---|
protected abstract ClusterViewService |
BaseDiscoveryService.getClusterViewService() |
Modifier and Type | Method and Description |
---|---|
TopologyConnectorClientInformation |
ConnectorRegistryImpl.registerOutgoingConnector(ClusterViewService clusterViewService,
java.net.URL connectorUrl) |
TopologyConnectorClientInformation |
ConnectorRegistry.registerOutgoingConnector(ClusterViewService clusterViewService,
java.net.URL topologyConnectorEndpoint)
Register an outgoing topology connector using the provided endpoint url
|
Modifier and Type | Method and Description |
---|---|
protected ClusterViewService |
OakDiscoveryService.getClusterViewService() |
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 | Class and Description |
---|---|
class |
OakClusterViewService
Oak-based implementation of the ClusterViewService interface.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.