Class RollingUpgradeManager


  • public class RollingUpgradeManager
    extends Object
    This component handles the control hooks to handle migrating from one version of Infinispan to another.
    Since:
    5.2
    Author:
    Manik Surtani, Tristan Tarrant
    • Constructor Detail

      • RollingUpgradeManager

        public RollingUpgradeManager()
    • Method Detail

      • start

        public void start()
      • synchronizeData

        public long synchronizeData​(String migratorName,
                                    int readBatch,
                                    int threads)
                             throws Exception
        Throws:
        Exception