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 maxRetries, int retryIntervalMillis)
           
 
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 maxRetries,
                           int retryIntervalMillis)
Method Detail

create

public RetryCounter create()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.