Class TopologyViewDiff
java.lang.Object
org.apache.sling.distribution.journal.impl.discovery.TopologyViewDiff
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the map of the processed offsets, from the old and new view, per publisher agent.boolean
-
Constructor Details
-
TopologyViewDiff
-
-
Method Details
-
getProcessedOffsets
Return the map of the processed offsets, from the old and new view, per publisher agent.- Returns:
- a map (pubAgentName x processedOffsets)
-
subscribedAgentsChanged
public boolean subscribedAgentsChanged()- Returns:
true
if the set of subscribed agent changed between the old and new view ;false
otherwise.
-