public class RollingUpgradeManager extends Object
| Constructor and Description |
|---|
RollingUpgradeManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSourceMigrator(SourceMigrator migrator)
Registers a migrator for a specific data format or endpoint.
|
void |
disconnectSource(String migratorName) |
void |
initialize(Cache<Object,Object> cache,
TimeService timeService) |
void |
recordKnownGlobalKeyset() |
long |
synchronizeData(String migratorName) |
long |
synchronizeData(String migratorName,
int readBatch,
int threads) |
public void initialize(Cache<Object,Object> cache, TimeService timeService)
public void recordKnownGlobalKeyset()
public long synchronizeData(String migratorName, int readBatch, int threads) throws Exception
Exceptionpublic void disconnectSource(String migratorName) throws Exception
Exceptionpublic void addSourceMigrator(SourceMigrator migrator)
migrator - Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.