com.netflix.loadbalancer

Class RetryRule

    • Constructor Detail

      • RetryRule

        public RetryRule()
      • RetryRule

        public RetryRule(IRule subRule)
      • RetryRule

        public RetryRule(IRule subRule,
                 long maxRetryMillis)
    • Method Detail

      • setRule

        public void setRule(IRule subRule)
      • getRule

        public IRule getRule()
      • setMaxRetryMillis

        public void setMaxRetryMillis(long maxRetryMillis)
      • getMaxRetryMillis

        public long getMaxRetryMillis()
      • choose

        public Server choose(java.lang.Object key)
      • initWithNiwsConfig

        public void initWithNiwsConfig(com.netflix.client.config.IClientConfig clientConfig)