Behaviours: riak_api_pb_service.
The Bucket PB service for Riak Core. This is included in the Riak API application because of startup-time constraints. This service covers the following request messages in the original protocol:
19 - RpbGetBucketReq 21 - RpbSetBucketReq 29 - RpbResetBucketReq
This service produces the following responses:
20 - RpbGetBucketResp 22 - RpbSetBucketResp 30 - RpbResetBucketResp
| decode/2 | decode/2 callback. |
| encode/1 | encode/1 callback. |
| init/0 | |
| process/2 | |
| process_stream/3 |
decode(Code, Bin) -> any()
decode/2 callback. Decodes an incoming message.
encode(Message) -> any()
encode/1 callback. Encodes an outgoing response message.
init() -> any()
process(Rpbgetbucketreq, State) -> any()
process_stream(X1, X2, State) -> any()
Generated by EDoc