Uses of Class
org.apache.ignite.internal.management.encryption.EncryptionReencryptionRateLimitCommandArg
-
Packages that use EncryptionReencryptionRateLimitCommandArg Package Description org.apache.ignite.internal.management.encryption -
-
Uses of EncryptionReencryptionRateLimitCommandArg in org.apache.ignite.internal.management.encryption
Methods in org.apache.ignite.internal.management.encryption that return types with arguments of type EncryptionReencryptionRateLimitCommandArg Modifier and Type Method Description Class<EncryptionReencryptionRateLimitCommandArg>EncryptionReencryptionRateLimitCommand. argClass()protected VisorJob<EncryptionReencryptionRateLimitCommandArg,ReencryptionRateTask.ReencryptionRateJobResult>ReencryptionRateTask. job(EncryptionReencryptionRateLimitCommandArg arg)Methods in org.apache.ignite.internal.management.encryption with parameters of type EncryptionReencryptionRateLimitCommandArg Modifier and Type Method Description protected VisorJob<EncryptionReencryptionRateLimitCommandArg,ReencryptionRateTask.ReencryptionRateJobResult>ReencryptionRateTask. job(EncryptionReencryptionRateLimitCommandArg arg)Collection<GridClientNode>EncryptionReencryptionRateLimitCommand. nodes(Collection<GridClientNode> nodes, EncryptionReencryptionRateLimitCommandArg arg)voidEncryptionReencryptionRateLimitCommand. printResult(EncryptionReencryptionRateLimitCommandArg arg, CacheGroupEncryptionTaskResult<Double> res, Consumer<String> printer)Prints command result to the user.
-