@InterfaceAudience.Private @InterfaceStability.Evolving public final class ClientBackoffPolicyFactory extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ClientBackoffPolicyFactory.NoBackoffPolicy
Default backoff policy that doesn't create any backoff for the client, regardless of load 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private static org.slf4j.Logger | 
LOG  | 
| Modifier | Constructor and Description | 
|---|---|
private  | 
ClientBackoffPolicyFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ClientBackoffPolicy | 
create(org.apache.hadoop.conf.Configuration conf)  | 
private static final org.slf4j.Logger LOG
private ClientBackoffPolicyFactory()
public static ClientBackoffPolicy create(org.apache.hadoop.conf.Configuration conf)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.