Uses of Interface
com.hybris.cockpitng.lazyloading.LazyTask
-
Packages that use LazyTask Package Description com.hybris.cockpitng.lazyloading -
-
Uses of LazyTask in com.hybris.cockpitng.lazyloading
Classes in com.hybris.cockpitng.lazyloading that implement LazyTask Modifier and Type Class Description classDefaultLazyTask<LAZY_DATA>Class which collects lazy task, its result and consumer of task result Methods of this class must be called in special order: 1.Methods in com.hybris.cockpitng.lazyloading that return types with arguments of type LazyTask Modifier and Type Method Description java.util.List<LazyTask>DefaultLazyTasksExecutor. getTaskList()Methods in com.hybris.cockpitng.lazyloading with parameters of type LazyTask Modifier and Type Method Description voidDefaultLazyTasksExecutor. scheduleTask(LazyTask lazyTask)voidLazyTasksExecutor. scheduleTask(LazyTask lazyTask)Method parameters in com.hybris.cockpitng.lazyloading with type arguments of type LazyTask Modifier and Type Method Description protected voidDefaultLazyTasksExecutor. executeOperation(java.util.List<LazyTask> taskList)
-