public abstract class AbstractNNFailoverProxyProvider<T> extends Object implements org.apache.hadoop.io.retry.FailoverProxyProvider<T>
Constructor and Description |
---|
AbstractNNFailoverProxyProvider() |
Modifier and Type | Method and Description |
---|---|
AtomicBoolean |
getFallbackToSimpleAuth() |
void |
setFallbackToSimpleAuth(AtomicBoolean fallbackToSimpleAuth)
Set for tracking if a secure client falls back to simple auth.
|
abstract boolean |
useLogicalURI()
Inquire whether logical HA URI is used for the implementation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public abstract boolean useLogicalURI()
public void setFallbackToSimpleAuth(AtomicBoolean fallbackToSimpleAuth)
fallbackToSimpleAuth
- - set to true or false during this method to
indicate if a secure client falls back to simple authpublic AtomicBoolean getFallbackToSimpleAuth()
Copyright © 2017 Apache Software Foundation. All Rights Reserved.