Versions Compared

Key

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

...

Response
longRequest id (see above)
...Operation-specific data

Available operations are listed below

OperationCodeRequestResponse
OP_CACHE_GET
1

int cacheId; // hash code of cache name

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

BinaryObject key;

BinaryObject value;
    
    


Discussion Links

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

...