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 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 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_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 long clusterBackupIntervalNs()
CLUSTER_BACKUP_INTERVAL_PROP_NAMEpublic static long clusterBackupResponseTimeoutNs()
CLUSTER_BACKUP_RESPONSE_TIMEOUT_PROP_NAMEpublic static long clusterBackupProgressTimeoutNs()
CLUSTER_BACKUP_PROGRESS_TIMEOUT_PROP_NAMEpublic static long clusterBackupCoolDownIntervalNs()
CLUSTER_BACKUP_COOL_DOWN_INTERVAL_PROP_NAMECopyright © 2014-2020 Real Logic Limited. All Rights Reserved.