public interface HotRodConstants
Modifier and Type | Method and Description |
---|---|
static boolean |
hasCompatibility(short status) |
static boolean |
hasPrevious(short status) |
static boolean |
isInvalidIteration(short status) |
static boolean |
isNotExecuted(short status) |
static boolean |
isNotExist(short status) |
static boolean |
isSuccess(short status) |
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 VERSION_13
static final byte VERSION_20
static final byte VERSION_21
static final byte VERSION_22
static final byte VERSION_23
static final byte VERSION_24
static final byte VERSION_25
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 AUTH_MECH_LIST_REQUEST
static final byte AUTH_REQUEST
static final byte ADD_CLIENT_LISTENER_REQUEST
static final byte REMOVE_CLIENT_LISTENER_REQUEST
static final byte SIZE_REQUEST
static final byte EXEC_REQUEST
static final byte PUT_ALL_REQUEST
static final byte GET_ALL_REQUEST
static final byte ITERATION_START_REQUEST
static final byte ITERATION_NEXT_REQUEST
static final byte ITERATION_END_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 AUTH_MECH_LIST_RESPONSE
static final byte AUTH_RESPONSE
static final byte ADD_CLIENT_LISTENER_RESPONSE
static final byte REMOVE_CLIENT_LISTENER_RESPONSE
static final byte SIZE_RESPONSE
static final byte EXEC_RESPONSE
static final byte PUT_ALL_RESPONSE
static final byte GET_ALL_RESPONSE
static final byte ITERATION_START_RESPONSE
static final byte ITERATION_NEXT_RESPONSE
static final byte ITERATION_END_RESPONSE
static final byte ERROR_RESPONSE
static final byte CACHE_ENTRY_CREATED_EVENT_RESPONSE
static final byte CACHE_ENTRY_MODIFIED_EVENT_RESPONSE
static final byte CACHE_ENTRY_REMOVED_EVENT_RESPONSE
static final byte CACHE_ENTRY_EXPIRED_EVENT_RESPONSE
static final byte NO_ERROR_STATUS
static final byte NOT_PUT_REMOVED_REPLACED_STATUS
static final int KEY_DOES_NOT_EXIST_STATUS
static final int SUCCESS_WITH_PREVIOUS
static final int NOT_EXECUTED_WITH_PREVIOUS
static final int INVALID_ITERATION
static final byte NO_ERROR_STATUS_COMPAT
static final byte SUCCESS_WITH_PREVIOUS_COMPAT
static final byte NOT_EXECUTED_WITH_PREVIOUS_COMPAT
static final int INVALID_MAGIC_OR_MESSAGE_ID_STATUS
static final int REQUEST_PARSING_ERROR_STATUS
static final int UNKNOWN_COMMAND_STATUS
static final int SERVER_ERROR_STATUS
static final int UNKNOWN_VERSION_STATUS
static final int COMMAND_TIMEOUT_STATUS
static final int NODE_SUSPECTED
static final int ILLEGAL_LIFECYCLE_STATE
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
static final int DEFAULT_CACHE_TOPOLOGY
static final int SWITCH_CLUSTER_TOPOLOGY
static boolean isSuccess(short status)
static boolean isNotExecuted(short status)
static boolean isNotExist(short status)
static boolean hasPrevious(short status)
static boolean hasCompatibility(short status)
static boolean isInvalidIteration(short status)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.