Class PropertySetCommand
- java.lang.Object
-
- org.apache.ignite.internal.management.property.PropertySetCommand
-
- All Implemented Interfaces:
Command<PropertyGetCommandArg,PropertyOperationResult>,ComputeCommand<PropertyGetCommandArg,PropertyOperationResult>
public class PropertySetCommand extends Object implements ComputeCommand<PropertyGetCommandArg,PropertyOperationResult>
-
-
Field Summary
-
Fields inherited from interface org.apache.ignite.internal.management.api.Command
CMD_NAME_POSTFIX
-
-
Constructor Summary
Constructors Constructor Description PropertySetCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<PropertySetCommandArg>argClass()Stringdescription()Command description.Class<PropertyTask>taskClass()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.ignite.internal.management.api.Command
confirmationPrompt, deprecationMessage
-
Methods inherited from interface org.apache.ignite.internal.management.api.ComputeCommand
handleException, nodes, printResult
-
-
-
-
Method Detail
-
description
public String description()
Command description.- Specified by:
descriptionin interfaceCommand<PropertyGetCommandArg,PropertyOperationResult>
-
argClass
public Class<PropertySetCommandArg> argClass()
- Specified by:
argClassin interfaceCommand<PropertyGetCommandArg,PropertyOperationResult>- Returns:
- Arguments class.
-
taskClass
public Class<PropertyTask> taskClass()
- Specified by:
taskClassin interfaceComputeCommand<PropertyGetCommandArg,PropertyOperationResult>- Returns:
- Task class.
-
-