@Singleton public class DimensionValueLoadTask extends LoadTask<Boolean>
DimensionValueLoader
to update the values for dimensions.LoadTask.TaskFailureCallback, LoadTask.TaskHttpErrorCallback
Modifier and Type | Field and Description |
---|---|
static String |
LOADER_TIMER_DELAY |
static String |
LOADER_TIMER_DURATION |
delay, future, isPeriodic, loaderName, period
Constructor and Description |
---|
DimensionValueLoadTask(Collection<DimensionValueLoader> dimensionRowProviders)
DimensionLoaderTask tells all of the
DimensionValueLoader s to update and add values to the dimension
cache. |
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
getLastRunTimestamp() |
void |
run() |
getDefinedDelay, getDefinedPeriod, getErrorCallback, getFailureCallback, getFuture, getName, isPeriodic, toString
public static final String LOADER_TIMER_DURATION
public static final String LOADER_TIMER_DELAY
public DimensionValueLoadTask(Collection<DimensionValueLoader> dimensionRowProviders)
DimensionValueLoader
s to update and add values to the dimension
cache.dimensionRowProviders
- A Collection of DimensionValueLoader
to initialize dimensions.Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.