public static class ClusterBackup.Configuration extends Object
ClusterBackup
with defaults and constants for system properties lookup.Modifier and Type | Field and Description |
---|---|
static String |
CATCHUP_ENDPOINT_DEFAULT
Member endpoint used for the the catchup channel.
|
static String |
CLUSTER_BACKUP_CATCHUP_CHANNEL_DEFAULT
Default channel template used for catchup and replication of log and snapshots.
|
static String |
CLUSTER_BACKUP_CATCHUP_CHANNEL_PROP_NAME
Channel template used for catchup and replication of log and snapshots.
|
static long |
CLUSTER_BACKUP_COOL_DOWN_INTERVAL_DEFAULT_NS
Default interval at which the cluster back is re-initialised after an exception has been thrown.
|
static String |
CLUSTER_BACKUP_COOL_DOWN_INTERVAL_PROP_NAME
Interval at which the cluster backup is re-initialised after an exception has been thrown.
|
static long |
CLUSTER_BACKUP_INTERVAL_DEFAULT_NS
Default interval at which a cluster backup will send backup queries.
|
static String |
CLUSTER_BACKUP_INTERVAL_PROP_NAME
Interval at which a cluster backup will send backup queries.
|
static long |
CLUSTER_BACKUP_PROGRESS_TIMEOUT_DEFAULT_NS
Default timeout within which a cluster backup will expect progress.
|
static String |
CLUSTER_BACKUP_PROGRESS_TIMEOUT_PROP_NAME
Timeout within which a cluster backup will expect progress.
|
static long |
CLUSTER_BACKUP_RESPONSE_TIMEOUT_DEFAULT_NS
Default timeout within which a cluster backup will expect a response from a backup query.
|
static String |
CLUSTER_BACKUP_RESPONSE_TIMEOUT_PROP_NAME
Timeout within which a cluster backup will expect a response from a backup query.
|
static String |
CONSENSUS_CHANNEL_DEFAULT
Default which is derived from
ConsensusModule.Context.consensusChannel() with the member endpoint
added for the consensus channel. |
Constructor and Description |
---|
Configuration() |
Modifier and Type | Method and Description |
---|---|
static String |
catchupChannel()
The value
CLUSTER_BACKUP_CATCHUP_CHANNEL_DEFAULT or system property
CLUSTER_BACKUP_CATCHUP_CHANNEL_PROP_NAME if set. |
static long |
clusterBackupCoolDownIntervalNs()
Interval at which the cluster backup is re-initialised after an exception has been thrown.
|
static long |
clusterBackupIntervalNs()
Interval at which a cluster backup will send backup queries.
|
static long |
clusterBackupProgressTimeoutNs()
Timeout within which a cluster backup will expect progress.
|
static long |
clusterBackupResponseTimeoutNs()
Timeout within which a cluster backup will expect a response from a backup query.
|
public static final String CONSENSUS_CHANNEL_DEFAULT
ConsensusModule.Context.consensusChannel()
with the member endpoint
added for the consensus channel.public static final String CATCHUP_ENDPOINT_DEFAULT
public static final String CLUSTER_BACKUP_CATCHUP_CHANNEL_PROP_NAME
public static final String CLUSTER_BACKUP_CATCHUP_CHANNEL_DEFAULT
public static final String CLUSTER_BACKUP_INTERVAL_PROP_NAME
public static final long CLUSTER_BACKUP_INTERVAL_DEFAULT_NS
public static final String CLUSTER_BACKUP_RESPONSE_TIMEOUT_PROP_NAME
public static final long CLUSTER_BACKUP_RESPONSE_TIMEOUT_DEFAULT_NS
public static final String CLUSTER_BACKUP_PROGRESS_TIMEOUT_PROP_NAME
public static final String CLUSTER_BACKUP_COOL_DOWN_INTERVAL_PROP_NAME
public static final long CLUSTER_BACKUP_COOL_DOWN_INTERVAL_DEFAULT_NS
public static final long CLUSTER_BACKUP_PROGRESS_TIMEOUT_DEFAULT_NS
public static String catchupChannel()
CLUSTER_BACKUP_CATCHUP_CHANNEL_DEFAULT
or system property
CLUSTER_BACKUP_CATCHUP_CHANNEL_PROP_NAME
if set.CLUSTER_BACKUP_CATCHUP_CHANNEL_DEFAULT
or system property
CLUSTER_BACKUP_CATCHUP_CHANNEL_PROP_NAME
if set.public static long clusterBackupIntervalNs()
CLUSTER_BACKUP_INTERVAL_PROP_NAME
public static long clusterBackupResponseTimeoutNs()
CLUSTER_BACKUP_RESPONSE_TIMEOUT_PROP_NAME
public static long clusterBackupProgressTimeoutNs()
CLUSTER_BACKUP_PROGRESS_TIMEOUT_PROP_NAME
public static long clusterBackupCoolDownIntervalNs()
CLUSTER_BACKUP_COOL_DOWN_INTERVAL_PROP_NAME
Copyright © 2014-2021 Real Logic Limited. All Rights Reserved.