public static class AtomikosProperties.Recovery extends Object
| Constructor and Description |
|---|
Recovery() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getDelay() |
Duration |
getForgetOrphanedLogEntriesDelay() |
Integer |
getMaxRetries() |
Duration |
getRetryInterval() |
void |
setDelay(Duration delay) |
void |
setForgetOrphanedLogEntriesDelay(Duration forgetOrphanedLogEntriesDelay) |
void |
setMaxRetries(Integer maxRetries) |
void |
setRetryInterval(Duration retryInterval) |
public Duration getForgetOrphanedLogEntriesDelay()
public void setForgetOrphanedLogEntriesDelay(Duration forgetOrphanedLogEntriesDelay)
public Duration getDelay()
public void setDelay(Duration delay)
public Integer getMaxRetries()
public void setMaxRetries(Integer maxRetries)
public Duration getRetryInterval()
public void setRetryInterval(Duration retryInterval)
Copyright © 2023. All rights reserved.