Generated by
JDiff

Class org.apache.hadoop.io.retry.RetryProxy

Removed Methods
Object create(Class, Object, String, RetryPolicy>)

Create a proxy for an interface of an implementation class using the a set of retry policies specified by method name.

Object create(Class, Object, RetryPolicy)

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

 

Added Methods
Object create(Class, Object, Map)

Create a proxy for an interface of an implementation class using the a set of retry policies specified by method name.

Object create(Class, Object, RetryPolicy)

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