public interface HotRodConstants
static final short REQUEST_MAGIC
static final short RESPONSE_MAGIC
static final byte VERSION_10
static final byte VERSION_11
static final byte VERSION_12
static final byte PUT_REQUEST
static final byte GET_REQUEST
static final byte PUT_IF_ABSENT_REQUEST
static final byte REPLACE_REQUEST
static final byte REPLACE_IF_UNMODIFIED_REQUEST
static final byte REMOVE_REQUEST
static final byte REMOVE_IF_UNMODIFIED_REQUEST
static final byte CONTAINS_KEY_REQUEST
static final byte GET_WITH_VERSION
static final byte CLEAR_REQUEST
static final byte STATS_REQUEST
static final byte PING_REQUEST
static final byte BULK_GET_REQUEST
static final byte GET_WITH_METADATA
static final byte BULK_GET_KEYS_REQUEST
static final byte QUERY_REQUEST
static final byte PUT_RESPONSE
static final byte GET_RESPONSE
static final byte PUT_IF_ABSENT_RESPONSE
static final byte REPLACE_RESPONSE
static final byte REPLACE_IF_UNMODIFIED_RESPONSE
static final byte REMOVE_RESPONSE
static final byte REMOVE_IF_UNMODIFIED_RESPONSE
static final byte CONTAINS_KEY_RESPONSE
static final byte GET_WITH_VERSION_RESPONSE
static final byte CLEAR_RESPONSE
static final byte STATS_RESPONSE
static final byte PING_RESPONSE
static final byte BULK_GET_RESPONSE
static final byte GET_WITH_METADATA_RESPONSE
static final byte BULK_GET_KEYS_RESPONSE
static final byte QUERY_RESPONSE
static final byte ERROR_RESPONSE
static final byte NO_ERROR_STATUS
static final int INVALID_MAGIC_OR_MESSAGE_ID_STATUS
static final int REQUEST_PARSING_ERROR_STATUS
static final byte NOT_PUT_REMOVED_REPLACED_STATUS
static final int UNKNOWN_COMMAND_STATUS
static final int SERVER_ERROR_STATUS
static final int KEY_DOES_NOT_EXIST_STATUS
static final int UNKNOWN_VERSION_STATUS
static final int COMMAND_TIMEOUT_STATUS
static final byte CLIENT_INTELLIGENCE_BASIC
static final byte CLIENT_INTELLIGENCE_TOPOLOGY_AWARE
static final byte CLIENT_INTELLIGENCE_HASH_DISTRIBUTION_AWARE
static final Charset HOTROD_STRING_CHARSET
static final byte[] DEFAULT_CACHE_NAME_BYTES
static final byte INFINITE_LIFESPAN
static final byte INFINITE_MAXIDLE
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.