T - Type of job result.protected abstract static class CacheGroupEncryptionTask.ReencryptionBaseJob<T> extends VisorJob<EncryptionCacheGroupArg,CacheGroupEncryptionTask.SingleFieldDto<T>>
| Modifier | Constructor and Description |
|---|---|
protected |
ReencryptionBaseJob(@Nullable EncryptionCacheGroupArg arg,
boolean debug) |
| Modifier and Type | Method and Description |
|---|---|
protected CacheGroupEncryptionTask.SingleFieldDto<T> |
run(EncryptionCacheGroupArg arg)
Execution logic of concrete job.
|
protected abstract CacheGroupEncryptionTask.SingleFieldDto<T> |
run0(CacheGroupContext grp)
Executes internal logic of the job.
|
execute, requiredPermissionsargument, arguments, call, cancel, isCancelled, setArgumentsprotected ReencryptionBaseJob(@Nullable
@Nullable EncryptionCacheGroupArg arg,
boolean debug)
arg - Job argument.debug - Flag indicating whether debug information should be printed into node log.protected CacheGroupEncryptionTask.SingleFieldDto<T> run(EncryptionCacheGroupArg arg) throws IgniteException
run in class VisorJob<EncryptionCacheGroupArg,CacheGroupEncryptionTask.SingleFieldDto<T>>arg - Task argument.IgniteException - In case of error.protected abstract CacheGroupEncryptionTask.SingleFieldDto<T> run0(CacheGroupContext grp) throws IgniteCheckedException
grp - Cache group.IgniteCheckedException - In case of error.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023