public class EncryptionReencryptionRateLimitCommand extends Object implements ComputeCommand<EncryptionReencryptionRateLimitCommandArg,CacheGroupEncryptionTaskResult<Double>>
CMD_NAME_POSTFIX| Constructor and Description |
|---|
EncryptionReencryptionRateLimitCommand() |
| Modifier and Type | Method and Description |
|---|---|
Class<EncryptionReencryptionRateLimitCommandArg> |
argClass() |
String |
description()
Command description.
|
Collection<GridClientNode> |
nodes(Collection<GridClientNode> nodes,
EncryptionReencryptionRateLimitCommandArg arg) |
void |
printResult(EncryptionReencryptionRateLimitCommandArg arg,
CacheGroupEncryptionTaskResult<Double> res,
Consumer<String> printer)
Prints command result to the user.
|
Class<ReencryptionRateTask> |
taskClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfirmationPrompt, deprecationMessagepublic EncryptionReencryptionRateLimitCommand()
public String description()
description in interface Command<EncryptionReencryptionRateLimitCommandArg,CacheGroupEncryptionTaskResult<Double>>public Class<EncryptionReencryptionRateLimitCommandArg> argClass()
argClass in interface Command<EncryptionReencryptionRateLimitCommandArg,CacheGroupEncryptionTaskResult<Double>>public Class<ReencryptionRateTask> taskClass()
taskClass in interface ComputeCommand<EncryptionReencryptionRateLimitCommandArg,CacheGroupEncryptionTaskResult<Double>>public Collection<GridClientNode> nodes(Collection<GridClientNode> nodes, EncryptionReencryptionRateLimitCommandArg arg)
nodes in interface ComputeCommand<EncryptionReencryptionRateLimitCommandArg,CacheGroupEncryptionTaskResult<Double>>nodes - Live nodes.arg - Argument.null means default node must be used.public void printResult(EncryptionReencryptionRateLimitCommandArg arg, CacheGroupEncryptionTaskResult<Double> res, Consumer<String> printer)
printResult in interface ComputeCommand<EncryptionReencryptionRateLimitCommandArg,CacheGroupEncryptionTaskResult<Double>>arg - Argument.res - Result.printer - Implementation specific printer.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023