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