org.infinispan.upgrade.TargetMigrator Maven / Gradle / Ivy
package org.infinispan.upgrade;
import org.infinispan.Cache;
import org.infinispan.commons.CacheException;
/**
* Performs migration operations on the target server or cluster of servers
*
* @author Tristan Tarrant
* @since 5.2
*/
public interface TargetMigrator {
/**
* Returns the name of this migrator
*/
String getName();
/**
* Performs the synchronization of data between source and target by retrieving the set of known keys and fetching each key in turn
*/
long synchronizeData(Cache
© 2015 - 2025 Weber Informatics LLC | Privacy Policy