public class HotRodTargetMigrator extends Object implements TargetMigrator
| Constructor and Description |
|---|
HotRodTargetMigrator() |
| Modifier and Type | Method and Description |
|---|---|
void |
disconnectSource(Cache<Object,Object> cache)
Disconnects the target from the source.
|
String |
getName()
Returns the name of this migrator
|
long |
synchronizeData(Cache<Object,Object> cache)
Performs the synchronization of data between source and target by retrieving the set of known keys and fetching each key in turn
|
public String getName()
TargetMigratorgetName in interface TargetMigratorpublic long synchronizeData(Cache<Object,Object> cache) throws CacheException
TargetMigratorsynchronizeData in interface TargetMigratorCacheExceptionpublic void disconnectSource(Cache<Object,Object> cache) throws CacheException
TargetMigratordisconnectSource in interface TargetMigratorCacheExceptionCopyright © 2013 JBoss, a division of Red Hat. All rights reserved.