public class ReplicatorSettings
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ReplicatorSettings() |
ReplicatorSettings(boolean enabled,
ReplicaType replicaType)
Creates replica configuration with the specified parameters.
|
ReplicatorSettings(ReplicatorSettings other) |
Modifier and Type | Method and Description |
---|---|
int |
getReplicaType() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setReplicaType(int replicaType) |
java.lang.String |
toString() |
public ReplicatorSettings(boolean enabled, ReplicaType replicaType)
enabled
- Set to true
to enable recording and metadata replication.replicaType
- The replica type to use.public ReplicatorSettings()
public ReplicatorSettings(ReplicatorSettings other)
Copyright ©, 2005-2019 Prolancer Pty Ltd, Sydney Australia.