Package | Description |
---|---|
org.apache.sling.discovery |
Provides a service to interface which may be implemented by applications
to get notified on cluster topology changes.
|
Modifier and Type | Method and Description |
---|---|
TopologyView |
TopologyEvent.getNewView()
Returns the view which is currently (i.e.
|
TopologyView |
TopologyEvent.getOldView()
Returns the view which was valid up until now.
|
TopologyView |
DiscoveryService.getTopology()
Returns the topology that was last discovered by this service.
|
Constructor and Description |
---|
TopologyEvent(TopologyEvent.Type type,
TopologyView oldView,
TopologyView newView) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.