| Modifier and Type | Method and Description |
|---|---|
<W,R> void |
MasterManagerImpl.schedule(W work,
Class<? extends WorkEngine<W,R>> workEngineClass,
WorkResultHandler<R> workResultHandler) |
| Modifier and Type | Method and Description |
|---|---|
<W,R> Future<R> |
MasterCoordinator.submit(WorkItem<W,R> workItem,
WorkResultHandler<R> workResultHandler)
Exécution d'un travail de façon asynchrone.
|
| Modifier and Type | Method and Description |
|---|---|
<W,R> Future<R> |
Coordinator.submit(WorkItem<W,R> workItem,
WorkResultHandler<R> workResultHandler)
Exécution d'un travail de façon asynchrone.
|
| Modifier and Type | Method and Description |
|---|---|
<W,R> Future<R> |
WorkersCoordinator.submit(WorkItem<W,R> workItem,
WorkResultHandler<R> workResultHandler)
Work devant être exécuté
WorkItem contient à la fois le Work et le callback.
|
| Modifier and Type | Method and Description |
|---|---|
<W,R> void |
MasterManager.schedule(W work,
Class<? extends WorkEngine<W,R>> workEngineClass,
WorkResultHandler<R> workResultHandler)
Lancement asynchrone d'un travail 'dès que possible'.
|
Copyright © 2019. All Rights Reserved.