public interface  org.apache.dubbo.remoting.etcd.RetryPolicy extends java.lang.Object
{
public abstract boolean shouldRetry(int, long, boolean);
}