JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.pvalsecc.concurrent
Interface OrderedResultsExecutor.Task<RESULT>
All Known Implementing Classes:
MapTileTask
,
MapTileTask.RenderOnly
Enclosing class:
OrderedResultsExecutor
<
RESULT
>
public static interface
OrderedResultsExecutor.Task<RESULT>
Definition of a task.
Method Summary
Methods
Modifier and Type
Method and Description
RESULT
process
()
Called in parallel and in random order to do the processing.
Method Detail
process
RESULT
process()
Called in parallel and in random order to do the processing. The implementation must be thread safe.
Returns:
The result of the task.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method