Uses of Interface
org.apache.hadoop.io.retry.FailoverProxyProvider

Packages that use FailoverProxyProvider
org.apache.hadoop.io.retry A mechanism for selectively retrying methods that throw exceptions under certain circumstances. 
 

Uses of FailoverProxyProvider in org.apache.hadoop.io.retry
 

Classes in org.apache.hadoop.io.retry that implement FailoverProxyProvider
 class DefaultFailoverProxyProvider
          An implementation of FailoverProxyProvider which does nothing in the event of failover, and always returns the same proxy object.
 

Methods in org.apache.hadoop.io.retry with parameters of type FailoverProxyProvider
static Object RetryProxy.create(Class<?> iface, FailoverProxyProvider proxyProvider, Map<String,RetryPolicy> methodNameToPolicyMap)
          Create a proxy for an interface of implementations of that interface using the given FailoverProxyProvider and the a set of retry policies specified by method name.
static Object RetryProxy.create(Class<?> iface, FailoverProxyProvider proxyProvider, RetryPolicy retryPolicy)
          Create a proxy for an interface of implementations of that interface using the given FailoverProxyProvider and the same retry policy for each method in the interface.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.