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
Modifier and TypeFieldDescriptionstatic final byte
static final byte
static final byte
-
Field Details
-
UPDATE_INDEX
static final byte UPDATE_INDEX- See Also:
-
UPDATE_INDEX_STREAM
static final byte UPDATE_INDEX_STREAM- See Also:
-
SEGMENT_CLUSTERED_QUERY
static final byte SEGMENT_CLUSTERED_QUERY- See Also:
-