@ProviderType public class DispatcherFlushFilter extends Object implements com.day.cq.replication.AgentFilter
| Modifier and Type | Class and Description |
|---|---|
static class |
DispatcherFlushFilter.FlushType
All: All Enablied Dispatcher Flush Agents.
|
| Modifier and Type | Field and Description |
|---|---|
static DispatcherFlushFilter |
ALL |
static DispatcherFlushFilter |
HIERARCHICAL |
static DispatcherFlushFilter |
RESOURCE_ONLY |
| Constructor and Description |
|---|
DispatcherFlushFilter()
Default constructor; Same as: new DispatcherFlushFilter(FlushType.All);.
|
DispatcherFlushFilter(DispatcherFlushFilter.FlushType flushType)
Targets a set of Dispatcher Flush agents based on the parameter flushType.
|
| Modifier and Type | Method and Description |
|---|---|
DispatcherFlushFilter.FlushType |
getFlushType()
Returns the Dispatcher FlushType this filter was created with.
|
boolean |
isIncluded(com.day.cq.replication.Agent agent)
Checks if the @agent is considered an active Flush agent (Serialization Type ~> Flush and is enabled).
|
public static final DispatcherFlushFilter ALL
public static final DispatcherFlushFilter HIERARCHICAL
public static final DispatcherFlushFilter RESOURCE_ONLY
public DispatcherFlushFilter()
public DispatcherFlushFilter(DispatcherFlushFilter.FlushType flushType)
flushType - The type of Flush agents this Agent should targetpublic final boolean isIncluded(com.day.cq.replication.Agent agent)
isIncluded in interface com.day.cq.replication.AgentFilteragent - the agent to test testpublic final DispatcherFlushFilter.FlushType getFlushType()
Copyright © 2013–2020 Adobe. All rights reserved.