10.6.15. Hot Rod 操作の値
10.6.15.1. opcode 要求および応答の値
以下は、要求ヘッダーと対応する応答ヘッダー値の有効な
opcode
値のリストです。
操作 | 要求操作コード | 応答操作コード |
---|---|---|
put | 0x01 | 0x02 |
get | 0x03 | 0x04 |
putIfAbsent | 0x05 | 0x06 |
replace | 0x07 | 0x08 |
replaceIfUnmodified | 0x09 | 0x0A |
remove | 0x0B | 0x0C |
removeIfUnmodified | 0x0D | 0x0E |
containsKey | 0x0F | 0x10 |
getWithVersion | 0x11 | 0x12 |
clear | 0x13 | 0x14 |
stats | 0x15 | 0x16 |
ping | 0x17 | 0x18 |
bulkGet | 0x19 | 0x1A |
また、応答ヘッダーの
opcode
値が 0x50
の場合は、エラー応答を示します。