Versions Compared

Key

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

...

PutAllResponse

Success 1 byte boolean
PutAllResponse => SuccessNumberOfKeysFailed {Key}Description
NumberOfKeysFailed => fixedSize = 4 bytes, type = int32In general this will be 0. But if Geode unable to put some keys in Region then client can retry those keys.
Key => bytes 

Metadata

The purpose of a metadata to pass defined key value pair with request and response. That will be optional for client. If there is any metadata associated with request or response, then need to set "hasMetadata" flag to "true" in request or response header. After that send metadata in following format.

...