Package com.microsoft.azure.kusto.ingest
Class ExponentialRetry
- java.lang.Object
-
- com.microsoft.azure.kusto.ingest.ExponentialRetry
-
public class ExponentialRetry extends Object
-
-
Constructor Summary
Constructors Constructor Description ExponentialRetry(int maxAttempts)
ExponentialRetry(ExponentialRetry other)
-
-
-
Constructor Detail
-
ExponentialRetry
public ExponentialRetry(int maxAttempts)
-
ExponentialRetry
public ExponentialRetry(ExponentialRetry other)
-
-
Method Detail
-
execute
public <T> T execute(KustoCheckedFunction<Integer,T> function) throws IngestionClientException, IngestionServiceException
-
-