org.infinispan.client.hotrod.impl.protocol
Interface HotRodConstants

All Known Implementing Classes:
AbstractKeyOperation, AbstractKeyValueOperation, BulkGetOperation, ClearOperation, ContainsKeyOperation, GetOperation, GetWithVersionOperation, HotRodOperation, OperationsFactory, PingOperation, PutIfAbsentOperation, PutOperation, RemoveIfUnmodifiedOperation, RemoveOperation, ReplaceIfUnmodifiedOperation, ReplaceOperation, RetryOnFailureOperation, StatsOperation

public interface HotRodConstants

Defines constants defined by Hot Rod specifications.

Since:
4.1
Author:
Mircea.Markus@jboss.com

Field Summary
static byte BULK_GET_REQUEST
           
static byte BULK_GET_RESPONSE
           
static byte CLEAR_REQUEST
           
static byte CLEAR_RESPONSE
           
static byte CLIENT_INTELLIGENCE_BASIC
           
static byte CLIENT_INTELLIGENCE_HASH_DISTRIBUTION_AWARE
           
static byte CLIENT_INTELLIGENCE_TOPOLOGY_AWARE
           
static int COMMAND_TIMEOUT_STATUS
           
static byte CONTAINS_KEY_REQUEST
           
static byte CONTAINS_KEY_RESPONSE
           
static byte[] DEFAULT_CACHE_NAME_BYTES
           
static byte ERROR_RESPONSE
           
static byte GET_REQUEST
           
static byte GET_RESPONSE
           
static byte GET_WITH_VERSION
           
static byte GET_WITH_VERSION_RESPONSE
           
static Charset HOTROD_STRING_CHARSET
           
static byte HOTROD_VERSION
           
static int INVALID_MAGIC_OR_MESSAGE_ID_STATUS
           
static int KEY_DOES_NOT_EXIST_STATUS
           
static byte NO_ERROR_STATUS
           
static byte NOT_PUT_REMOVED_REPLACED_STATUS
           
static byte PING_REQUEST
           
static byte PING_RESPONSE
           
static byte PUT_IF_ABSENT_REQUEST
           
static byte PUT_IF_ABSENT_RESPONSE
           
static byte PUT_REQUEST
           
static byte PUT_RESPONSE
           
static byte REMOVE_IF_UNMODIFIED_REQUEST
           
static byte REMOVE_IF_UNMODIFIED_RESPONSE
           
static byte REMOVE_REQUEST
           
static byte REMOVE_RESPONSE
           
static byte REPLACE_IF_UNMODIFIED_REQUEST
           
static byte REPLACE_IF_UNMODIFIED_RESPONSE
           
static byte REPLACE_REQUEST
           
static byte REPLACE_RESPONSE
           
static short REQUEST_MAGIC
           
static int REQUEST_PARSING_ERROR_STATUS
           
static short RESPONSE_MAGIC
           
static int SERVER_ERROR_STATUS
           
static byte STATS_REQUEST
           
static byte STATS_RESPONSE
           
static int UNKNOWN_COMMAND_STATUS
           
static int UNKNOWN_VERSION_STATUS
           
 

Field Detail

REQUEST_MAGIC

static final short REQUEST_MAGIC
See Also:
Constant Field Values

RESPONSE_MAGIC

static final short RESPONSE_MAGIC
See Also:
Constant Field Values

HOTROD_VERSION

static final byte HOTROD_VERSION
See Also:
Constant Field Values

PUT_REQUEST

static final byte PUT_REQUEST
See Also:
Constant Field Values

GET_REQUEST

static final byte GET_REQUEST
See Also:
Constant Field Values

PUT_IF_ABSENT_REQUEST

static final byte PUT_IF_ABSENT_REQUEST
See Also:
Constant Field Values

REPLACE_REQUEST

static final byte REPLACE_REQUEST
See Also:
Constant Field Values

REPLACE_IF_UNMODIFIED_REQUEST

static final byte REPLACE_IF_UNMODIFIED_REQUEST
See Also:
Constant Field Values

REMOVE_REQUEST

static final byte REMOVE_REQUEST
See Also:
Constant Field Values

REMOVE_IF_UNMODIFIED_REQUEST

static final byte REMOVE_IF_UNMODIFIED_REQUEST
See Also:
Constant Field Values

CONTAINS_KEY_REQUEST

static final byte CONTAINS_KEY_REQUEST
See Also:
Constant Field Values

GET_WITH_VERSION

static final byte GET_WITH_VERSION
See Also:
Constant Field Values

CLEAR_REQUEST

static final byte CLEAR_REQUEST
See Also:
Constant Field Values

STATS_REQUEST

static final byte STATS_REQUEST
See Also:
Constant Field Values

PING_REQUEST

static final byte PING_REQUEST
See Also:
Constant Field Values

BULK_GET_REQUEST

static final byte BULK_GET_REQUEST
See Also:
Constant Field Values

PUT_RESPONSE

static final byte PUT_RESPONSE
See Also:
Constant Field Values

GET_RESPONSE

static final byte GET_RESPONSE
See Also:
Constant Field Values

PUT_IF_ABSENT_RESPONSE

static final byte PUT_IF_ABSENT_RESPONSE
See Also:
Constant Field Values

REPLACE_RESPONSE

static final byte REPLACE_RESPONSE
See Also:
Constant Field Values

REPLACE_IF_UNMODIFIED_RESPONSE

static final byte REPLACE_IF_UNMODIFIED_RESPONSE
See Also:
Constant Field Values

REMOVE_RESPONSE

static final byte REMOVE_RESPONSE
See Also:
Constant Field Values

REMOVE_IF_UNMODIFIED_RESPONSE

static final byte REMOVE_IF_UNMODIFIED_RESPONSE
See Also:
Constant Field Values

CONTAINS_KEY_RESPONSE

static final byte CONTAINS_KEY_RESPONSE
See Also:
Constant Field Values

GET_WITH_VERSION_RESPONSE

static final byte GET_WITH_VERSION_RESPONSE
See Also:
Constant Field Values

CLEAR_RESPONSE

static final byte CLEAR_RESPONSE
See Also:
Constant Field Values

STATS_RESPONSE

static final byte STATS_RESPONSE
See Also:
Constant Field Values

PING_RESPONSE

static final byte PING_RESPONSE
See Also:
Constant Field Values

BULK_GET_RESPONSE

static final byte BULK_GET_RESPONSE
See Also:
Constant Field Values

ERROR_RESPONSE

static final byte ERROR_RESPONSE
See Also:
Constant Field Values

NO_ERROR_STATUS

static final byte NO_ERROR_STATUS
See Also:
Constant Field Values

INVALID_MAGIC_OR_MESSAGE_ID_STATUS

static final int INVALID_MAGIC_OR_MESSAGE_ID_STATUS
See Also:
Constant Field Values

REQUEST_PARSING_ERROR_STATUS

static final int REQUEST_PARSING_ERROR_STATUS
See Also:
Constant Field Values

NOT_PUT_REMOVED_REPLACED_STATUS

static final byte NOT_PUT_REMOVED_REPLACED_STATUS
See Also:
Constant Field Values

UNKNOWN_COMMAND_STATUS

static final int UNKNOWN_COMMAND_STATUS
See Also:
Constant Field Values

SERVER_ERROR_STATUS

static final int SERVER_ERROR_STATUS
See Also:
Constant Field Values

KEY_DOES_NOT_EXIST_STATUS

static final int KEY_DOES_NOT_EXIST_STATUS
See Also:
Constant Field Values

UNKNOWN_VERSION_STATUS

static final int UNKNOWN_VERSION_STATUS
See Also:
Constant Field Values

COMMAND_TIMEOUT_STATUS

static final int COMMAND_TIMEOUT_STATUS
See Also:
Constant Field Values

CLIENT_INTELLIGENCE_BASIC

static final byte CLIENT_INTELLIGENCE_BASIC
See Also:
Constant Field Values

CLIENT_INTELLIGENCE_TOPOLOGY_AWARE

static final byte CLIENT_INTELLIGENCE_TOPOLOGY_AWARE
See Also:
Constant Field Values

CLIENT_INTELLIGENCE_HASH_DISTRIBUTION_AWARE

static final byte CLIENT_INTELLIGENCE_HASH_DISTRIBUTION_AWARE
See Also:
Constant Field Values

HOTROD_STRING_CHARSET

static final Charset HOTROD_STRING_CHARSET

DEFAULT_CACHE_NAME_BYTES

static final byte[] DEFAULT_CACHE_NAME_BYTES

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.