Java org.apache.hadoop.io.retry RetryProxy fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.io.retry RetryProxy fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.io.retry RetryProxy.

The text is from its open source code.

Method

Objectcreate(Class iface, T implementation, RetryPolicy retryPolicy)

Create a proxy for an interface of an implementation class using the same retry policy for each method in the interface.

Objectcreate(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.
Objectcreate(Class iface, T implementation, Map methodNameToPolicyMap)
Create a proxy for an interface of an implementation class using the a set of retry policies specified by method name.