Class ProvisionRetryStrategy


  • public class ProvisionRetryStrategy
    extends Object
    • Constructor Detail

      • ProvisionRetryStrategy

        public ProvisionRetryStrategy()
    • Method Detail

      • failure

        public void failure​(String name)
      • success

        public void success​(String name)
      • getNextRetryTime

        public long getNextRetryTime​(String name)
      • isEnabled

        public boolean isEnabled​(String name)
      • isEnabled

        public boolean isEnabled​(String name,
                                 long now)