public class GridCacheQueryJdbcMetadataTask extends ComputeTaskAdapter<String,byte[]>
| Constructor and Description |
|---|
GridCacheQueryJdbcMetadataTask() |
| Modifier and Type | Method and Description |
|---|---|
Map<? extends ComputeJob,ClusterNode> |
map(List<ClusterNode> subgrid,
String cacheName)
This method is called to map or split grid task into multiple grid jobs.
|
byte[] |
reduce(List<ComputeJobResult> results)
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
ComputeTaskFuture.get() method. |
resultpublic Map<? extends ComputeJob,ClusterNode> map(List<ClusterNode> subgrid, @Nullable String cacheName)
subgrid - Nodes available for this task execution. Note that order of nodes is
guaranteed to be randomized by container. This ensures that every time
you simply iterate through grid nodes, the order of nodes will be random which
over time should result into all nodes being used equally.cacheName - Task execution argument. Can be null. This is the same argument
as the one passed into Grid#execute(...) methods.ComputeTaskContinuousMapper is
injected into task, if null or empty map is returned, exception will be thrown.public byte[] reduce(List<ComputeJobResult> results)
ComputeTaskFuture.get() method.
Note, that if some jobs did not succeed and could not be failed over then the list of results passed into this method will include the failed results. Otherwise, failed results will not be in the list.
results - Received results of broadcasted remote executions. Note that if task class has
ComputeTaskNoResultCache annotation, then this list will be empty.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.0.0 Release Date : April 30 2017