| Modifier and Type | Method and Description |
|---|---|
<R,W> void |
MasterPlugin.putWorkItem(WorkItem<R,W> workItem) |
| 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 |
|---|---|
<R,W> WorkItem<R,W> |
WorkersPlugin.pollWorkItem(String nodeId,
String workType)
Polling workitem.
|
| 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 |
|---|---|
<R,W> WorkItem<R,W> |
RedisDB.pollWorkItem(String workType)
Polls a workitem from the todo list.
|
| Modifier and Type | Method and Description |
|---|---|
<R,W> void |
RedisDB.putWorkItem(WorkItem<R,W> workItem)
Puts a workitem in the todo list.
|
| Modifier and Type | Method and Description |
|---|---|
<R,W> void |
RedisMasterPlugin.putWorkItem(WorkItem<R,W> workItem) |
| Modifier and Type | Method and Description |
|---|---|
<R,W> WorkItem<R,W> |
RedisWorkersPlugin.pollWorkItem(String nodeId,
String workType)
Polling workitem.
|
| Modifier and Type | Method and Description |
|---|---|
<R,W> void |
RestMasterPlugin.putWorkItem(WorkItem<R,W> workItem) |
| Modifier and Type | Method and Description |
|---|---|
<WR,W> WorkItem<WR,W> |
RestWorkersPlugin.pollWorkItem(String nodeId,
String workType)
Polling workitem.
|
Copyright © 2017. All Rights Reserved.