Uses of Interface
com.broadleafcommerce.search.util.GenericOperation
-
Uses of GenericOperation in com.broadleafcommerce.search.util
Modifier and TypeMethodDescriptionstatic <R> R
RetryableOperationUtil.executeRetryableOperation
(GenericOperation<R> operation) Executes the provided operation up to 5 times if there are exceptions, waiting an additive 100 ms between tries.static <R> R
RetryableOperationUtil.executeRetryableOperation
(GenericOperation<R> operation, int retries, long waitTime, boolean isWaitTimesAdditive, Class<? extends Exception>... noRetriesForException) Executes the provided operation up to as many times as the retries argument.static <R> R
RetryableOperationUtil.executeRetryableOperation
(GenericOperation<R> operation, Class<? extends Exception>... noRetriesForException) Executes the provided operation up to 5 times if there are exceptions, waiting an additive 100 ms between tries.