| Modifier and Type | Method and Description |
|---|---|
<WR,W> WorkItem<WR,W> |
WorkerPlugin.pollWorkItem(String workType,
int timeoutInSeconds)
Polling workitem.
|
| Modifier and Type | Method and Description |
|---|---|
<WR,W> void |
MasterPlugin.putWorkItem(WorkItem<WR,W> workItem) |
| Modifier and Type | Method and Description |
|---|---|
<WR,W> Future<WR> |
Coordinator.submit(WorkItem<WR,W> workItem,
Option<WorkResultHandler<WR>> workResultHandler)
Exécution d'un travail de façon asynchrone.
|
| Modifier and Type | Method and Description |
|---|---|
<WR,W> boolean |
DistributedCoordinator.accept(WorkItem<WR,W> workItem)
Indique si ce type de work peut-être distribué.
|
<WR,W> Future<WR> |
DistributedCoordinator.submit(WorkItem<WR,W> workItem,
Option<WorkResultHandler<WR>> workResultHandler)
Exécution d'un travail de façon asynchrone.
|
| Modifier and Type | Method and Description |
|---|---|
<WR,W> Future<WR> |
LocalCoordinator.submit(WorkItem<WR,W> workItem,
Option<WorkResultHandler<WR>> workResultHandler)
Work devant être exécuté
WorkItem contient à la fois le Work et le callback.
|
| Modifier and Type | Method and Description |
|---|---|
<WR,W> WorkItem<WR,W> |
RedisDB.pollWorkItem(String workType,
int timeoutInSeconds) |
| Modifier and Type | Method and Description |
|---|---|
<WR,W> void |
RedisDB.putWorkItem(WorkItem<WR,W> workItem) |
| Modifier and Type | Method and Description |
|---|---|
<WR,W> void |
RedisMasterPlugin.putWorkItem(WorkItem<WR,W> workItem) |
| Modifier and Type | Method and Description |
|---|---|
<WR,W> WorkItem<WR,W> |
RedisWorkerPlugin.pollWorkItem(String workType,
int timeoutInSeconds)
Polling workitem.
|
| Modifier and Type | Method and Description |
|---|---|
<WR,W> void |
RestMasterPlugin.putWorkItem(WorkItem<WR,W> workItem) |
| Modifier and Type | Method and Description |
|---|---|
<WR,W> WorkItem<WR,W> |
RestWorkerPlugin.pollWorkItem(String workType,
int timeoutInSeconds)
Polling workitem.
|
Copyright © 2014. All Rights Reserved.