|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MasterWorker.ResultKey | |
---|---|
org.amino.pattern.internal | Provides the classes and interfaces for a simple master/worker pattern. |
Uses of MasterWorker.ResultKey in org.amino.pattern.internal |
---|
Methods in org.amino.pattern.internal that return MasterWorker.ResultKey | |
---|---|
MasterWorker.ResultKey |
WorkQueue.submit(S w)
Submit a work item to the work queue. |
MasterWorker.ResultKey |
MasterWorker.submit(S w)
Submit a work item for processing. |
MasterWorker.ResultKey |
WorkQueue.submit(S w,
long timeout,
java.util.concurrent.TimeUnit unit)
Submit a work item to the work queue. |
MasterWorker.ResultKey |
MasterWorker.submit(S w,
long timeout,
java.util.concurrent.TimeUnit unit)
Submit a work item for processing and block until it is either submitted successfully or the specified timeout period has expired. |
Methods in org.amino.pattern.internal with parameters of type MasterWorker.ResultKey | |
---|---|
T |
MasterWorker.result(MasterWorker.ResultKey k)
Obtain the results from the processing of a work item. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |