Class PropertiesListTask
- java.lang.Object
-
- org.apache.ignite.internal.visor.VisorMultiNodeTask<PropertyListCommandArg,PropertiesListResult,PropertiesListResult>
-
- org.apache.ignite.internal.management.property.PropertiesListTask
-
- All Implemented Interfaces:
Serializable,ComputeTask<VisorTaskArgument<PropertyListCommandArg>,VisorTaskResult<PropertiesListResult>>
@GridInternal public class PropertiesListTask extends VisorMultiNodeTask<PropertyListCommandArg,PropertiesListResult,PropertiesListResult>
Task for property operations.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.internal.visor.VisorMultiNodeTask
debug, ignite, start, taskArg
-
-
Constructor Summary
Constructors Constructor Description PropertiesListTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected VisorJob<PropertyListCommandArg,PropertiesListResult>job(PropertyListCommandArg arg)protected @Nullable PropertiesListResultreduce0(List<ComputeJobResult> results)Actual reduce logic.
-
-
-
Method Detail
-
job
protected VisorJob<PropertyListCommandArg,PropertiesListResult> job(PropertyListCommandArg arg)
- Specified by:
jobin classVisorMultiNodeTask<PropertyListCommandArg,PropertiesListResult,PropertiesListResult>- Parameters:
arg- Task arg.- Returns:
- New job.
-
reduce0
@Nullable protected @Nullable PropertiesListResult reduce0(List<ComputeJobResult> results)
Actual reduce logic.- Specified by:
reduce0in classVisorMultiNodeTask<PropertyListCommandArg,PropertiesListResult,PropertiesListResult>- Parameters:
results- Job results.- Returns:
- Task result.
-
-