public class ReplicationConfig extends IdMetaDataImpl
Modifier and Type | Field and Description |
---|---|
protected Integer |
backups |
protected String |
cacheName |
protected Boolean |
fieldBatchMode |
protected ReplicationGranularity |
granularity |
protected Integer |
maxUnreplicatedInterval |
protected ReplicationMode |
mode |
protected String |
sessionNotificationPolicy |
protected Integer |
snapshotInterval |
protected SnapshotMode |
snapshotMode |
protected ReplicationTrigger |
trigger |
protected Boolean |
useJK |
Constructor and Description |
---|
ReplicationConfig() |
Modifier and Type | Method and Description |
---|---|
Integer |
getBackups() |
String |
getCacheName() |
Integer |
getMaxUnreplicatedInterval() |
Boolean |
getReplicationFieldBatchMode() |
ReplicationGranularity |
getReplicationGranularity() |
ReplicationMode |
getReplicationMode() |
ReplicationTrigger |
getReplicationTrigger() |
String |
getSessionNotificationPolicy() |
Integer |
getSnapshotInterval() |
SnapshotMode |
getSnapshotMode() |
Boolean |
getUseJK() |
void |
setBackups(Integer backups) |
void |
setCacheName(String cacheName) |
void |
setMaxUnreplicatedInterval(Integer maxUnreplicatedInterval) |
void |
setReplicationFieldBatchMode(Boolean fieldBatchMode) |
void |
setReplicationGranularity(ReplicationGranularity granularity) |
void |
setReplicationMode(ReplicationMode mode) |
void |
setReplicationTrigger(ReplicationTrigger trigger) |
void |
setSessionNotificationPolicy(String sessionNotificationPolicy) |
void |
setSnapshotInterval(Integer snapshotInterval) |
void |
setSnapshotMode(SnapshotMode snapshotMode) |
void |
setUseJK(Boolean useJK) |
String |
toString() |
protected ReplicationTrigger trigger
protected ReplicationGranularity granularity
protected Boolean fieldBatchMode
protected String cacheName
protected Boolean useJK
protected Integer maxUnreplicatedInterval
protected SnapshotMode snapshotMode
protected Integer snapshotInterval
protected String sessionNotificationPolicy
protected ReplicationMode mode
protected Integer backups
public Integer getBackups()
public void setBackups(Integer backups)
public ReplicationMode getReplicationMode()
public void setReplicationMode(ReplicationMode mode)
public ReplicationTrigger getReplicationTrigger()
public void setReplicationTrigger(ReplicationTrigger trigger)
public ReplicationGranularity getReplicationGranularity()
public void setReplicationGranularity(ReplicationGranularity granularity)
public Boolean getReplicationFieldBatchMode()
public void setReplicationFieldBatchMode(Boolean fieldBatchMode)
public String getCacheName()
public void setCacheName(String cacheName)
public Integer getSnapshotInterval()
public void setSnapshotInterval(Integer snapshotInterval)
public SnapshotMode getSnapshotMode()
public void setSnapshotMode(SnapshotMode snapshotMode)
public Boolean getUseJK()
public void setUseJK(Boolean useJK)
public Integer getMaxUnreplicatedInterval()
public void setMaxUnreplicatedInterval(Integer maxUnreplicatedInterval)
public String getSessionNotificationPolicy()
public void setSessionNotificationPolicy(String sessionNotificationPolicy)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.