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

org.infinispan.persistence.remote.ExternalizerIds Maven / Gradle / Ivy

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

/**
 *  1800 to 1899 range is reserved for this module
 *
 * @author gustavonalle
 * @since 8.2
 */
public interface ExternalizerIds {

   Integer MIGRATION_TASK = 1900;
   Integer REMOVED_FILTER = 1901;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy