Uses of Interface
ubic.gemma.core.util.SimpleRetryCallable
Packages that use SimpleRetryCallable
Package
Description
This package contains specific logic for dealing with single-cell data from GEO.
-
Uses of SimpleRetryCallable in ubic.gemma.core.loader.entrez
Methods in ubic.gemma.core.loader.entrez that return SimpleRetryCallableModifier and TypeMethodDescriptionstatic <T> SimpleRetryCallable
<T, IOException> EntrezUtils.retryNicely
(SimpleRetryCallable<T, IOException> callable, String apiKey) Wrap aSimpleRetryCallable
such that it will respect the recommended usage of the Entrez API.Methods in ubic.gemma.core.loader.entrez with parameters of type SimpleRetryCallableModifier and TypeMethodDescriptionstatic <T> SimpleRetryCallable
<T, IOException> EntrezUtils.retryNicely
(SimpleRetryCallable<T, IOException> callable, String apiKey) Wrap aSimpleRetryCallable
such that it will respect the recommended usage of the Entrez API. -
Uses of SimpleRetryCallable in ubic.gemma.core.loader.expression.geo.singleCell
Methods in ubic.gemma.core.loader.expression.geo.singleCell with parameters of type SimpleRetryCallableModifier and TypeMethodDescriptionprotected <T> T
AbstractSingleCellDetector.retry
(SimpleRetryCallable<T, IOException> callable, String what) Retry the given callable a certain number of times before giving up. -
Uses of SimpleRetryCallable in ubic.gemma.core.util
Methods in ubic.gemma.core.util with parameters of type SimpleRetryCallableModifier and TypeMethodDescription<T> T
SimpleRetry.execute
(SimpleRetryCallable<T, E> callable, Object what) Execute the given callable with a retry strategy.