protected VisorJob<CacheIdleVerifyCommandArg,String> |
IdleVerifyDumpTask.job(CacheIdleVerifyCommandArg arg) |
protected VisorJob<CacheIdleVerifyCommandArg,IdleVerifyResultV2> |
IdleVerifyTaskV2.job(CacheIdleVerifyCommandArg arg) |
static void |
VerifyBackupPartitionsDumpTask.logParsedArgs(CacheIdleVerifyCommandArg args,
Consumer<String> logConsumer) |
Passes idle_verify parsed arguments to given log consumer.
|
@NotNull Map<? extends ComputeJob,ClusterNode> |
VerifyBackupPartitionsDumpTask.map(List<ClusterNode> subgrid,
CacheIdleVerifyCommandArg arg) |
This method is called to map or split grid task into multiple grid jobs.
|
@NotNull Map<? extends ComputeJob,ClusterNode> |
VerifyBackupPartitionsTaskV2.map(List<ClusterNode> subgrid,
CacheIdleVerifyCommandArg arg) |
This method is called to map or split grid task into multiple grid jobs.
|
void |
CacheIdleVerifyCommand.printResult(CacheIdleVerifyCommandArg arg,
IdleVerifyResultV2 res,
Consumer<String> printer) |
Prints command result to the user.
|
void |
CacheIdleVerifyDumpCommand.printResult(CacheIdleVerifyCommandArg arg,
String path,
Consumer<String> printer) |
Prints command result to the user.
|