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