Uses of Class
org.apache.ignite.internal.processors.cache.persistence.snapshot.SnapshotMetadataVerificationTaskArg
-
Packages that use SnapshotMetadataVerificationTaskArg Package Description org.apache.ignite.internal.processors.cache.persistence.snapshot -
-
Uses of SnapshotMetadataVerificationTaskArg in org.apache.ignite.internal.processors.cache.persistence.snapshot
Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot with parameters of type SnapshotMetadataVerificationTaskArg Modifier and Type Method Description @NotNull Map<? extends ComputeJob,ClusterNode>SnapshotMetadataVerificationTask. map(List<ClusterNode> subgrid, SnapshotMetadataVerificationTaskArg arg)This method is called to map or split grid task into multiple grid jobs.
-