public class Backup<T extends Backup<T>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Backup.FailurePolicy |
static class |
Backup.Strategy |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
Integer |
afterFailures()
Indicates the number of failures after which this backup site should go
offline.
|
T |
afterFailures(Integer value)
Indicates the number of failures after which this backup site should go
offline.
|
Boolean |
enabled()
Indicates whether or not this backup site is enabled.
|
T |
enabled(Boolean value)
Indicates whether or not this backup site is enabled.
|
Backup.FailurePolicy |
failurePolicy()
The policy to follow when connectivity to the backup site fails.
|
T |
failurePolicy(Backup.FailurePolicy value)
The policy to follow when connectivity to the backup site fails.
|
String |
getKey() |
Long |
minWait()
Indicates the minimum time (in milliseconds) to wait after the max number
of failures is reached, after which this backup site should go offline.
|
T |
minWait(Long value)
Indicates the minimum time (in milliseconds) to wait after the max number
of failures is reached, after which this backup site should go offline.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Backup.Strategy |
strategy()
The backup strategy for this cache
|
T |
strategy(Backup.Strategy value)
The backup strategy for this cache
|
Long |
timeout()
The timeout for replicating to the backup site.
|
T |
timeout(Long value)
The timeout for replicating to the backup site.
|
public Backup(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Integer afterFailures()
public T afterFailures(Integer value)
public Boolean enabled()
public Backup.FailurePolicy failurePolicy()
public T failurePolicy(Backup.FailurePolicy value)
public Long minWait()
public T minWait(Long value)
public Backup.Strategy strategy()
public T strategy(Backup.Strategy value)
public Long timeout()
Copyright © 2019 JBoss by Red Hat. All rights reserved.