Versions Compared

Key

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

...

Following table contains the request type and its corresponding Api id. The ApiId would recognize the API, which client want to invoke on the server. The request format will contain the 1-byte(int8) for Api id. It will be marked as ApiId in request format.

RequestTypeApiId
MetaDataConfigRequestTypeAuthenticationRequestType 1
AuthenticationRequestType PutRequestType 2
PutRequestType GetRequestType 3
GetRequestType PutAllRequestType 4
PutAllRequestType GetAllRequestType 5
GetAllRequestType ClientConfigRequestType6FunctionRequestType
ServerConfigRequestType7
CreateRequestType 8
InvalidateRequestType 9
DestroyRequestType 10
KeySetRequestType 11
ValuesRequestType 12
EntrySetRequestType 13
ContainsValueForKeyRequestType 14
ContainsKeyRequestType 15
ContainsValueRequestType 16
RemoveAllRequestType 17
SizeRequestType 18
PutIfAbsentRequestType 19
RemoveIfValueIsSameRequestType 20
ReplaceIfValueIsSameRequestType 21
ReplaceIfValueExistType 22
FunctionRequestType 7

API Version

API version will be associated with request api. The request fromat will contain 1-byte for version. It will be marked as ApiVersion in request format. Its current value will be 1.

...