Versions Compared

Key

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

...

Response (failure)
byteSuccess flag, 0
shortServer version major
shortServer version minor
shortServer version patch
stringError message

Client Operations

 Upon successful handshake client can start performing operations by sending a request with specific op code. Each operation has it's own request and response format, with a common header.

Request
short

...

Operation

...

code
longRequest id, generated by client and returned as-is in response
...Operation-specific data
Response
longRequest id (see above)
...Operation-specific data

...

  
  
  


Discussion Links

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

...