Infinispan.Hotrod.Core 0.0.3
.NET Core client for Infinispan Hotrod Protocol
Static Public Member Functions | Static Public Attributes | List of all members
Infinispan.Hotrod.Core.Codec30 Class Reference

Static Public Member Functions

static Boolean isSuccess (int status)
 
static Boolean isNotExecuted (int status)
 
static Boolean isNotExist (int status)
 
static Boolean hasPrevious (int status)
 
static Boolean hasError (int status)
 

Static Public Attributes

const byte NO_ERROR_STATUS = 0x00
 
const byte NOT_PUT_REMOVED_REPLACED_STATUS = 0x01
 
const byte KEY_DOES_NOT_EXIST_STATUS = 0x02
 
const byte SUCCESS_WITH_PREVIOUS = 0x03
 
const byte NOT_EXECUTED_WITH_PREVIOUS = 0x04
 
const byte INVALID_ITERATION = 0x05
 
const byte NO_ERROR_STATUS_OBJ_STORAGE = 0x06
 
const byte SUCCESS_WITH_PREVIOUS_OBJ_STORAGE = 0x07
 
const byte NOT_EXECUTED_WITH_PREVIOUS_OBJ_STORAGE = 0x08
 
const byte INVALID_MAGIC_OR_MESSAGE_ID_STATUS = 0x81
 
const byte REQUEST_PARSING_ERROR_STATUS = 0x84
 
const byte UNKNOWN_COMMAND_STATUS = 0x82
 
const byte UNKNOWN_VERSION_STATUS = 0x83
 
const byte SERVER_ERROR_STATUS = 0x85
 
const byte COMMAND_TIMEOUT_STATUS = 0x86
 
const byte NODE_SUSPECTED = 0x87
 
const byte ILLEGAL_LIFECYCLE_STATE = 0x88
 

The documentation for this class was generated from the following file: