Package org.infinispan.query.impl
Interface ModuleCommandIds
-
public interface ModuleCommandIds
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 <sanne@infinispan.org> (C) 2011 Red Hat Inc.
-
-
Field Summary
Fields Modifier and Type Field Description static byte
CLUSTERED_QUERY
static byte
UPDATE_INDEX
static byte
UPDATE_INDEX_AFFINITY
static byte
UPDATE_INDEX_STREAM
-
-
-
Field Detail
-
CLUSTERED_QUERY
static final byte CLUSTERED_QUERY
- See Also:
- Constant Field Values
-
UPDATE_INDEX
static final byte UPDATE_INDEX
- See Also:
- Constant Field Values
-
UPDATE_INDEX_STREAM
static final byte UPDATE_INDEX_STREAM
- See Also:
- Constant Field Values
-
UPDATE_INDEX_AFFINITY
static final byte UPDATE_INDEX_AFFINITY
- See Also:
- Constant Field Values
-
-