Class NoClusterDiscoveryService
- java.lang.Object
-
- org.apache.sling.discovery.impl.standalone.NoClusterDiscoveryService
-
- All Implemented Interfaces:
org.apache.sling.discovery.DiscoveryService
public class NoClusterDiscoveryService extends Object implements org.apache.sling.discovery.DiscoveryService
This is a simple implementation of the discovery service which can be used for a cluster less installation (= single instance).
-
-
Constructor Summary
Constructors Constructor Description NoClusterDiscoveryService(org.apache.sling.settings.SlingSettingsService slingSettingsService, Config config)Activate this service Create a new description.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddeactivate()Deactivate this service.org.apache.sling.discovery.TopologyViewgetTopology()
-
-
-
Constructor Detail
-
NoClusterDiscoveryService
public NoClusterDiscoveryService(org.apache.sling.settings.SlingSettingsService slingSettingsService, Config config)Activate this service Create a new description.
-
-