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

org.infinispan.query.impl.ModuleCommandIds Maven / Gradle / Ivy

The newest version!
package org.infinispan.query.impl;

/**
 * The Query module is using custom RPC commands; to make sure the used command ids
 * are unique all numbers are defined here, and should stay in the range 100-119
 * which is the reserved range for this module.
 *
 * @author Sanne Grinovero <[email protected]> (C) 2011 Red Hat Inc.
 */
public interface ModuleCommandIds {

   byte UPDATE_INDEX = 102;

   byte UPDATE_INDEX_STREAM = 103;

   byte SEGMENT_CLUSTERED_QUERY = 105;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy