org.springframework.boot.jta.atomikos

Class AtomikosProperties.Recovery

  • java.lang.Object
    • org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
  • Enclosing class:
    AtomikosProperties


    public static class AtomikosProperties.Recovery
    extends Object
    Recovery specific settings.
    • Constructor Detail

      • Recovery

        public Recovery()
    • Method Detail

      • getForgetOrphanedLogEntriesDelay

        public Duration getForgetOrphanedLogEntriesDelay()
      • setForgetOrphanedLogEntriesDelay

        public void setForgetOrphanedLogEntriesDelay(Duration forgetOrphanedLogEntriesDelay)
      • setDelay

        public void setDelay(Duration delay)
      • getMaxRetries

        public int getMaxRetries()
      • setMaxRetries

        public void setMaxRetries(int maxRetries)
      • getRetryInterval

        public Duration getRetryInterval()
      • setRetryInterval

        public void setRetryInterval(Duration retryInterval)

Copyright © 2020 Pivotal Software, Inc.. All rights reserved.