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

org.infinispan.lock.impl.externalizers.ExternalizerIds Maven / Gradle / Ivy

There is a newer version: 15.1.1.Final
Show newest version
package org.infinispan.lock.impl.externalizers;

/**
 * Ids range: 2100 - 2149
 *
 * @author Katia Aresti, [email protected]
 * @since 9.2
 */
public interface ExternalizerIds {

   Integer CLUSTERED_LOCK_KEY = 2100;
   Integer CLUSTERED_LOCK_VALUE = 2101;
   Integer LOCK_FUNCTION = 2102;
   Integer UNLOCK_FUNCTION = 2103;
   Integer IS_LOCKED_FUNCTION = 2104;
   Integer CLUSTERED_LOCK_FILTER = 2105;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy