public interface TargetMigrator
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
|
long |
synchronizeData(Cache<Object,Object> cache,
int readBatch,
int threads)
Performs the synchronization of data between source and target
|
String getName()
long synchronizeData(Cache<Object,Object> cache) throws org.infinispan.commons.CacheException
org.infinispan.commons.CacheException
long synchronizeData(Cache<Object,Object> cache, int readBatch, int threads) throws org.infinispan.commons.CacheException
org.infinispan.commons.CacheException
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.