org.apache.hadoop.hbase.client.backoff
Class ClientBackoffPolicyFactory

java.lang.Object
  extended by org.apache.hadoop.hbase.client.backoff.ClientBackoffPolicyFactory

@InterfaceAudience.Private
@InterfaceStability.Evolving
public final class ClientBackoffPolicyFactory
extends Object


Nested Class Summary
static class ClientBackoffPolicyFactory.NoBackoffPolicy
          Default backoff policy that doesn't create any backoff for the client, regardless of load
 
Method Summary
static ClientBackoffPolicy create(org.apache.hadoop.conf.Configuration conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static ClientBackoffPolicy create(org.apache.hadoop.conf.Configuration conf)


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