Versions Compared

Key

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

...

ValueObject --> Serializedbytes
Serializedbytes --> SerializedBytesHeader PartialSerializedBytes [SerializedBytesHeader PartialSerializedBytes]
SerializedBytesHeader --> Size isPartialBytes
Size --> int (Number of serialized bytes)
isPartialBytes --> boolean

ProtocolTypes

 

APIS

PutRequestResponse

PutRequest --> RegionName KeyObject CallbackArg ValueObject
RegionName --> String
KeyObject --> Serialized bytes of Geode key object type
CallbackArg –-> Serialized bytes of Geode object type
PutResponse –-> Success
Success --> Boolean

 

GetRequestResponse

PutRequestResponse

GetAllRequestResponse

...

GetRequest --> RegionName KeyObject CallbackArg
RegionName --> String
KeyObject --> Serialized bytes of Geode key object type
CallbackArg –-> Serialized bytes of Geode object type
GetResponse --> Result
Result --> Serialized bytes of Geode object type

 

GetAllRequestResponse

GetAllRequest --> RegionName NumberOfKeys KeyObject [KeyObject] CallbackArg
RegionName --> String
NumberOfKeys --> int
KeyObject --> Serialized bytes of Geode key object type
CallbackArg –-> Serialized bytes of Geode object type
GetAllResponse --> NumberOfResults KeyObject Result [KeyObject Result]
KeyObject Result --> int
Result --> Serialized bytes of Geode object type

PutAllRequestResponse

PutAllRequest --> RegionName NumberOfKeys KeyObject ValueObject [KeyObject ValueObject] CallbackArg
RegionName --> String
NumberOfKeys --> int
CallbackArg –-> Serialized bytes of Geode object type
PutAllResponse –-> Success
Success --> Boolean

MetaData

Examples