All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.upgrade.SourceMigrator Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
package org.infinispan.upgrade;

/**
 * Performs migration operations on the source server or cluster of servers
 *
 * @author Manik Surtani
 * @author Tristan Tarrant
 * @since 5.2
 */
public interface SourceMigrator {
   /**
    * Records all known keys and stores them under a well-known key which can be used for retrieval.
    */
   void recordKnownGlobalKeyset();

   String getCacheName();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy