Trait hadoop_common::io::retry::RetryPolicy
source · pub trait RetryPolicy { }
Expand description
Specifies a policy for retrying method failures. Implementations of this interface should be immutable.
pub trait RetryPolicy { }
Specifies a policy for retrying method failures. Implementations of this interface should be immutable.