public interface HotRodConstants
Modifier and Type | Interface and Description |
---|---|
static class |
HotRodConstants.Names |
Modifier and Type | Method and Description |
---|---|
static boolean |
hasPrevious(int status) |
static boolean |
isInvalidIteration(short status) |
static boolean |
isNotExecuted(int status) |
static boolean |
isNotExist(int status) |
static boolean |
isObjectStorage(short status) |
static boolean |
isSuccess(int status) |
static final short REQUEST_MAGIC
static final short RESPONSE_MAGIC
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 VERSION_26
static final byte VERSION_27
static final byte VERSION_28
static final byte VERSION_29
static final byte VERSION_30
static final byte ILLEGAL_OP_CODE
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 GET_STREAM_REQUEST
static final byte PUT_STREAM_REQUEST
static final byte PREPARE_REQUEST
static final byte COMMIT_REQUEST
static final byte ROLLBACK_REQUEST
static final byte FORGET_TX_REQUEST
static final byte FETCH_TX_RECOVERY_REQUEST
static final byte PREPARE_TX_2_REQUEST
static final byte COUNTER_CREATE_REQUEST
static final byte COUNTER_GET_CONFIGURATION_REQUEST
static final byte COUNTER_IS_DEFINED_REQUEST
static final byte COUNTER_ADD_AND_GET_REQUEST
static final byte COUNTER_RESET_REQUEST
static final byte COUNTER_GET_REQUEST
static final byte COUNTER_CAS_REQUEST
static final byte COUNTER_ADD_LISTENER_REQUEST
static final byte COUNTER_REMOVE_LISTENER_REQUEST
static final byte COUNTER_REMOVE_REQUEST
static final byte COUNTER_GET_NAMES_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 GET_STREAM_RESPONSE
static final byte PUT_STREAM_RESPONSE
static final byte PREPARE_RESPONSE
static final byte COMMIT_RESPONSE
static final byte ROLLBACK_RESPONSE
static final byte FORGET_TX_RESPONSE
static final byte FETCH_TX_RECOVERY_RESPONSE
static final byte PREPARE_TX_2_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 COUNTER_CREATE_RESPONSE
static final byte COUNTER_GET_CONFIGURATION_RESPONSE
static final byte COUNTER_IS_DEFINED_RESPONSE
static final byte COUNTER_ADD_AND_GET_RESPONSE
static final byte COUNTER_RESET_RESPONSE
static final byte COUNTER_GET_RESPONSE
static final byte COUNTER_CAS_RESPONSE
static final byte COUNTER_ADD_LISTENER_RESPONSE
static final byte COUNTER_REMOVE_LISTENER_RESPONSE
static final byte COUNTER_REMOVE_RESPONSE
static final byte COUNTER_GET_NAMES_RESPONSE
static final byte COUNTER_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_OBJ_STORAGE
static final byte SUCCESS_WITH_PREVIOUS_OBJ_STORAGE
static final byte NOT_EXECUTED_WITH_PREVIOUS_OBJ_STORAGE
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 UNKNOWN_VERSION_STATUS
static final int SERVER_ERROR_STATUS
static final int COMMAND_TIMEOUT_STATUS
static final int NODE_SUSPECTED
static final int ILLEGAL_LIFECYCLE_STATE
@Deprecated static final byte CLIENT_INTELLIGENCE_BASIC
ClientIntelligence.BASIC
instead@Deprecated static final byte CLIENT_INTELLIGENCE_TOPOLOGY_AWARE
ClientIntelligence.TOPOLOGY_AWARE
instead@Deprecated static final byte CLIENT_INTELLIGENCE_HASH_DISTRIBUTION_AWARE
ClientIntelligence.HASH_DISTRIBUTION_AWARE
insteadstatic 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(int status)
static boolean isNotExecuted(int status)
static boolean isNotExist(int status)
static boolean hasPrevious(int status)
static boolean isObjectStorage(short status)
static boolean isInvalidIteration(short status)
Copyright © 2021 JBoss by Red Hat. All rights reserved.