Versions Compared

Key

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

...

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

...

PutAllRequest --> RegionName NumberOfKeys KeyObject ValueObject [{KeyObject ValueObject] } CallbackArg
RegionName --> String
NumberOfKeys --> int
CallbackArg –-> Serialized bytes of Geode object type

...