Interface DispatcherFlusherModel
@ProviderType
public interface DispatcherFlusherModel
-
Method Summary
Modifier and TypeMethodDescriptionCollection<com.day.cq.replication.Agent>getPaths()booleanbooleanisReady()
-
Method Details
-
getActionType
String getActionType() -
getPaths
Collection<String> getPaths() -
getAgents
Collection<com.day.cq.replication.Agent> getAgents() -
isFailure
boolean isFailure() -
getResults
-
isReady
boolean isReady()- Returns:
- true if the dispatcher flusher is ready to be used.
-