Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OperationCodeRequestResponse
OP_CACHE_GET
1

int cacheId; // hash code of cache name

byte flags; // 0 = none, 1 = binary mode

BinaryObject key;

BinaryObject value;
    
    

Message Exchange Example

Let's see how request and response would look for a cache.get operation for integer key and value:

TODO

Discussion Links

http://apache-ignite-developers.2346864.n4.nabble.com/Thin-client-protocol-message-format-td20300.html

...