Uses of Class
org.apache.ignite.compute.ComputeTaskAdapter
-
Packages that use ComputeTaskAdapter Package Description org.apache.ignite.compute Contains Compute Grid functionality.org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.management.cache org.apache.ignite.internal.processors.cache.persistence.snapshot org.apache.ignite.internal.processors.cache.verify org.apache.ignite.internal.processors.closure TODO.org.apache.ignite.internal.util.future Future related classes. -
-
Uses of ComputeTaskAdapter in org.apache.ignite.compute
Subclasses of ComputeTaskAdapter in org.apache.ignite.compute Modifier and Type Class Description classComputeTaskSplitAdapter<T,R>This class defines simplified adapter forComputeTask. -
Uses of ComputeTaskAdapter in org.apache.ignite.internal
Subclasses of ComputeTaskAdapter in org.apache.ignite.internal Modifier and Type Class Description classCheckCpHistTaskTask that checks whether last checkpoint is applicable for providing history for all groups and partitions that are passed as parameters. -
Uses of ComputeTaskAdapter in org.apache.ignite.internal.management.cache
Subclasses of ComputeTaskAdapter in org.apache.ignite.internal.management.cache Modifier and Type Class Description classVerifyBackupPartitionsDumpTaskTask for collection checksums primary and backup partitions of specified caches.classVerifyBackupPartitionsTaskV2Task for comparing update counters and checksums between primary and backup partitions of specified caches. -
Uses of ComputeTaskAdapter in org.apache.ignite.internal.processors.cache.persistence.snapshot
Subclasses of ComputeTaskAdapter in org.apache.ignite.internal.processors.cache.persistence.snapshot Modifier and Type Class Description classAbstractSnapshotVerificationTaskThe task for checking the consistency of snapshots in the cluster.classIncrementalSnapshotVerificationTaskclassSnapshotHandlerRestoreTaskSnapshot restore operation handling task.classSnapshotMetadataVerificationTaskSnapshot task to verify snapshot metadata on the baseline nodes for given snapshot name.classSnapshotPartitionsVerifyTaskTask for checking snapshot partitions consistency the same way asVerifyBackupPartitionsTaskV2does. -
Uses of ComputeTaskAdapter in org.apache.ignite.internal.processors.cache.verify
Subclasses of ComputeTaskAdapter in org.apache.ignite.internal.processors.cache.verify Modifier and Type Class Description classCollectConflictPartitionKeysTaskclassRetrieveConflictPartitionValuesTask -
Uses of ComputeTaskAdapter in org.apache.ignite.internal.processors.closure
Subclasses of ComputeTaskAdapter in org.apache.ignite.internal.processors.closure Modifier and Type Class Description classGridPeerDeployAwareTaskAdapter<T,R>Peer deployment aware task adapter. -
Uses of ComputeTaskAdapter in org.apache.ignite.internal.util.future
Subclasses of ComputeTaskAdapter in org.apache.ignite.internal.util.future Modifier and Type Class Description classIgniteRemoteMapTask<T,R>Util task that will execute ComputeTask on a given node.
-