Class EncryptionReencryptionRateLimitCommand
- java.lang.Object
-
- org.apache.ignite.internal.management.encryption.EncryptionReencryptionRateLimitCommand
-
- All Implemented Interfaces:
Command<EncryptionReencryptionRateLimitCommandArg,CacheGroupEncryptionTaskResult<Double>>,ComputeCommand<EncryptionReencryptionRateLimitCommandArg,CacheGroupEncryptionTaskResult<Double>>
public class EncryptionReencryptionRateLimitCommand extends Object implements ComputeCommand<EncryptionReencryptionRateLimitCommandArg,CacheGroupEncryptionTaskResult<Double>>
-
-
Field Summary
-
Fields inherited from interface org.apache.ignite.internal.management.api.Command
CMD_NAME_POSTFIX
-
-
Constructor Summary
Constructors Constructor Description EncryptionReencryptionRateLimitCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<EncryptionReencryptionRateLimitCommandArg>argClass()Stringdescription()Command description.Collection<GridClientNode>nodes(Collection<GridClientNode> nodes, EncryptionReencryptionRateLimitCommandArg arg)voidprintResult(EncryptionReencryptionRateLimitCommandArg arg, CacheGroupEncryptionTaskResult<Double> res, Consumer<String> printer)Prints command result to the user.Class<ReencryptionRateTask>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
-
-
-
-
Method Detail
-
description
public String description()
Command description.- Specified by:
descriptionin interfaceCommand<EncryptionReencryptionRateLimitCommandArg,CacheGroupEncryptionTaskResult<Double>>
-
argClass
public Class<EncryptionReencryptionRateLimitCommandArg> argClass()
- Specified by:
argClassin interfaceCommand<EncryptionReencryptionRateLimitCommandArg,CacheGroupEncryptionTaskResult<Double>>- Returns:
- Arguments class.
-
taskClass
public Class<ReencryptionRateTask> taskClass()
- Specified by:
taskClassin interfaceComputeCommand<EncryptionReencryptionRateLimitCommandArg,CacheGroupEncryptionTaskResult<Double>>- Returns:
- Task class.
-
nodes
public Collection<GridClientNode> nodes(Collection<GridClientNode> nodes, EncryptionReencryptionRateLimitCommandArg arg)
- Specified by:
nodesin interfaceComputeCommand<EncryptionReencryptionRateLimitCommandArg,CacheGroupEncryptionTaskResult<Double>>- Parameters:
nodes- Live nodes.arg- Argument.- Returns:
- nodes to execute command on,
nullmeans default node must be used.
-
printResult
public void printResult(EncryptionReencryptionRateLimitCommandArg arg, CacheGroupEncryptionTaskResult<Double> res, Consumer<String> printer)
Prints command result to the user.- Specified by:
printResultin interfaceComputeCommand<EncryptionReencryptionRateLimitCommandArg,CacheGroupEncryptionTaskResult<Double>>- Parameters:
arg- Argument.res- Result.printer- Implementation specific printer.
-
-