protected abstract AbstractSnapshotVerificationTask.AbstractSnapshotVerificationJob |
AbstractSnapshotVerificationTask.createJob(String name,
String consId,
SnapshotPartitionsVerifyTaskArg args) |
|
protected org.apache.ignite.internal.processors.cache.persistence.snapshot.IncrementalSnapshotVerificationTask.VerifyIncrementalSnapshotJob |
IncrementalSnapshotVerificationTask.createJob(String name,
String consId,
SnapshotPartitionsVerifyTaskArg args) |
protected org.apache.ignite.internal.processors.cache.persistence.snapshot.SnapshotHandlerRestoreTask.SnapshotHandlerRestoreJob |
SnapshotHandlerRestoreTask.createJob(String name,
String consId,
SnapshotPartitionsVerifyTaskArg args) |
protected org.apache.ignite.internal.processors.cache.persistence.snapshot.SnapshotPartitionsVerifyTask.VerifySnapshotPartitionsJob |
SnapshotPartitionsVerifyTask.createJob(String name,
String consId,
SnapshotPartitionsVerifyTaskArg args) |
Map<ComputeJob,ClusterNode> |
AbstractSnapshotVerificationTask.map(List<ClusterNode> subgrid,
SnapshotPartitionsVerifyTaskArg arg) |
This method is called to map or split grid task into multiple grid jobs.
|