public class EncryptionCacheKeyIdsCommand extends Object
CMD_NAME_POSTFIX| Constructor and Description |
|---|
EncryptionCacheKeyIdsCommand() |
| Modifier and Type | Method and Description |
|---|---|
Class<EncryptionCacheGroupArg> |
argClass() |
String |
description()
Command description.
|
Collection<GridClientNode> |
nodes(Collection<GridClientNode> nodes,
EncryptionCacheGroupArg arg) |
protected void |
printNodeResult(List<Integer> res,
String grpName,
Consumer<String> printer) |
void |
printResult(EncryptionCacheGroupArg arg,
CacheGroupEncryptionTaskResult<List<Integer>> res,
Consumer<String> printer)
Prints command result to the user.
|
Class<EncryptionKeyIdsTask> |
taskClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfirmationPrompt, deprecationMessagepublic String description()
public Class<EncryptionCacheGroupArg> argClass()
public Class<EncryptionKeyIdsTask> taskClass()
public void printResult(EncryptionCacheGroupArg arg, CacheGroupEncryptionTaskResult<List<Integer>> res, Consumer<String> printer)
printResult in interface ComputeCommand<EncryptionCacheGroupArg,CacheGroupEncryptionTaskResult<List<Integer>>>arg - Argument.res - Result.printer - Implementation specific printer.protected void printNodeResult(List<Integer> res, String grpName, Consumer<String> printer)
res - Response.grpName - Cache group name.printer - 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