org.infinispan.query.impl.ModuleCommandIds Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infinispan-query Show documentation
Show all versions of infinispan-query Show documentation
Infinispan Query API module
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