Class UpgradePendingTreeToPerPartitionTask

  • All Implemented Interfaces:
    Serializable, Callable<Boolean>, IgniteCallable<Boolean>

    public class UpgradePendingTreeToPerPartitionTask
    extends Object
    implements IgniteCallable<Boolean>
    Ignite native persistence migration task upgrades existed PendingTrees to per-partition basis. It's ignore possible assertions errors when a pointer to an entry exists in tree but the entry itself was removed due to some reason (e.g. when partition was evicted after restart). Task goes through persistent cache groups and copy entries to certain partitions.
    See Also:
    Serialized Form