|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@InterfaceAudience.Private public interface RMFailoverProxyProvider<T>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.hadoop.io.retry.FailoverProxyProvider |
|---|
org.apache.hadoop.io.retry.FailoverProxyProvider.ProxyInfo<T> |
| Method Summary | |
|---|---|
void |
init(org.apache.hadoop.conf.Configuration conf,
RMProxy<T> proxy,
Class<T> protocol)
Initialize internal data structures, invoked right after instantiation. |
| Methods inherited from interface org.apache.hadoop.io.retry.FailoverProxyProvider |
|---|
getInterface, getProxy, performFailover |
| Methods inherited from interface java.io.Closeable |
|---|
close |
| Method Detail |
|---|
void init(org.apache.hadoop.conf.Configuration conf,
RMProxy<T> proxy,
Class<T> protocol)
conf - Configuration to useproxy - The RMProxy instance to useprotocol - The communication protocol to use
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||