C.17. RollingUpgradeManager

org.infinispan.upgrade.RollingUpgradeManager
The RollingUpgradeManager component handles the control hooks in order to migrate data from one version of Red Hat JBoss Data Grid to another.

Table C.27. Operations

Name Description Signature
disconnectSource Disconnects the target cluster from the source cluster according to the specified migrator. void disconnectSource(String p0)
recordKnownGlobalKeyset Dumps the global known keyset to a well-known key for retrieval by the upgrade process. void recordKnownGlobalKeyset()
synchronizeData Synchronizes data from the old cluster to this using the specified migrator. long synchronizeData(String p0)