@ExperimentalApi public final class ReplicationSettingsConfiguredEvent extends AbstractEvent
params, time
Constructor and Description |
---|
ReplicationSettingsConfiguredEvent(boolean attachments,
boolean plugins,
boolean avatars,
boolean indexSnaphots)
Event to publish when changing the replication settings.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isAttachments() |
boolean |
isAvatars() |
boolean |
isIndexSnaphots() |
boolean |
isPlugins() |
equals, getParams, getTime, hashCode
public ReplicationSettingsConfiguredEvent(boolean attachments, boolean plugins, boolean avatars, boolean indexSnaphots)
attachments
- True if attachments will be replicated to secondary storage.plugins
- True if installed plugins will be replicated to secondary storage.avatars
- True if avatars will be replicated to secondary storage.indexSnaphots
- True if indexSnapshots will be replicated to secondary storage.Copyright © 2002-2022 Atlassian. All Rights Reserved.