-
public final class ExpLoadingQueue
-
-
Field Summary
Fields Modifier and Type Field Description private DurationloadDelayprivate DurationestimateDelay
-
Constructor Summary
Constructors Constructor Description ExpLoadingQueue(ExternalUrlLoader loader, UrlTopic topic, Duration loadDelay, Duration estimateDelay)
-
Method Summary
Modifier and Type Method Description final DurationgetLoadDelay()The delay time to load after another load final UnitsetLoadDelay(Duration loadDelay)The delay time to load after another load final DurationgetEstimateDelay()final UnitsetEstimateDelay(Duration estimateDelay)final Unitload()final IntegerestimateCount(UrlTopic topic)-
-
Constructor Detail
-
ExpLoadingQueue
ExpLoadingQueue(ExternalUrlLoader loader, UrlTopic topic, Duration loadDelay, Duration estimateDelay)
-
-
Method Detail
-
getLoadDelay
final Duration getLoadDelay()
The delay time to load after another load
-
setLoadDelay
final Unit setLoadDelay(Duration loadDelay)
The delay time to load after another load
-
getEstimateDelay
final Duration getEstimateDelay()
-
setEstimateDelay
final Unit setEstimateDelay(Duration estimateDelay)
-
estimateCount
final Integer estimateCount(UrlTopic topic)
-
-
-
-