org.apache.hadoop.hbase.util
Class RetryCounterFactory

java.lang.Object
  extended by org.apache.hadoop.hbase.util.RetryCounterFactory

@InterfaceAudience.Private
public class RetryCounterFactory
extends Object


Constructor Summary
RetryCounterFactory(int maxAttempts, int sleepIntervalMillis)
           
RetryCounterFactory(RetryCounter.RetryConfig retryConfig)
           
 
Method Summary
 RetryCounter create()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetryCounterFactory

public RetryCounterFactory(int maxAttempts,
                           int sleepIntervalMillis)

RetryCounterFactory

public RetryCounterFactory(RetryCounter.RetryConfig retryConfig)
Method Detail

create

public RetryCounter create()


Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.