public static class AtomikosProperties.Recovery
extends java.lang.Object
Constructor and Description |
---|
Recovery() |
Modifier and Type | Method and Description |
---|---|
java.time.Duration |
getDelay() |
java.time.Duration |
getForgetOrphanedLogEntriesDelay() |
int |
getMaxRetries() |
java.time.Duration |
getRetryInterval() |
void |
setDelay(java.time.Duration delay) |
void |
setForgetOrphanedLogEntriesDelay(java.time.Duration forgetOrphanedLogEntriesDelay) |
void |
setMaxRetries(int maxRetries) |
void |
setRetryInterval(java.time.Duration retryInterval) |
public java.time.Duration getForgetOrphanedLogEntriesDelay()
public void setForgetOrphanedLogEntriesDelay(java.time.Duration forgetOrphanedLogEntriesDelay)
public java.time.Duration getDelay()
public void setDelay(java.time.Duration delay)
public int getMaxRetries()
public void setMaxRetries(int maxRetries)
public java.time.Duration getRetryInterval()
public void setRetryInterval(java.time.Duration retryInterval)