public class ConsistencyStatusTask extends AbstractConsistencyTask<NoArg,String>
| Modifier and Type | Field and Description |
|---|---|
static ConcurrentHashMap<String,String> |
MAP
Status map.
|
static String |
NOTHING_FOUND
Nothing found.
|
debug, ignite, start, taskArg| Constructor and Description |
|---|
ConsistencyStatusTask() |
| Modifier and Type | Method and Description |
|---|---|
protected VisorJob<NoArg,String> |
job(NoArg arg) |
protected ConsistencyTaskResult |
reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
public static final String NOTHING_FOUND
public static final ConcurrentHashMap<String,String> MAP
protected VisorJob<NoArg,String> job(NoArg arg)
job in class VisorMultiNodeTask<NoArg,ConsistencyTaskResult,String>arg - Task arg.protected ConsistencyTaskResult reduce0(List<ComputeJobResult> results) throws IgniteException
reduce0 in class AbstractConsistencyTask<NoArg,String>results - Job results.IgniteException - If reduction or results caused an error.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023