| Package | Description |
|---|---|
| com.hybris.cockpitng.lazyloading |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLazyTask<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.
|
| Modifier and Type | Method and Description |
|---|---|
List<LazyTask> |
DefaultLazyTasksExecutor.getTaskList() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultLazyTasksExecutor.scheduleTask(LazyTask lazyTask) |
void |
LazyTasksExecutor.scheduleTask(LazyTask lazyTask) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultLazyTasksExecutor.executeOperation(List<LazyTask> taskList) |
Copyright © 2018. All rights reserved.