package riak_proto

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message RpbBucketProps

riak.proto:283

Bucket properties

Used in: RpbGetBucketResp, RpbSetBucketReq

message RpbContent

riak.proto:255

Content message included in get/put responses Holds the value and associated metadata

Used in: RpbGetResp, RpbPutReq, RpbPutResp

message RpbDelReq

riak.proto:167

Delete request

message RpbErrorResp

riak.proto:98

Error response - may be generated for any Req

message RpbGetBucketReq

riak.proto:202

Get bucket properties request

message RpbGetBucketResp

riak.proto:207

Get bucket properties response

message RpbGetClientIdResp

riak.proto:104

Get ClientId Request - no message defined, just send RpbGetClientIdReq message code

message RpbGetReq

riak.proto:122

Get Request - retrieve bucket/key

message RpbGetResp

riak.proto:135

Get Response - if the record was not found there will be no content/vclock

message RpbGetServerInfoResp

riak.proto:115

message RpbIndexReq

riak.proto:236

enum RpbIndexReq.IndexQueryType

riak.proto:237

Used in: RpbIndexReq

message RpbIndexResp

riak.proto:249
riak.proto:276

Link metadata

Used in: RpbContent

message RpbListBucketsResp

riak.proto:184

List buckets response

message RpbListKeysReq

riak.proto:190

List keys in bucket request

message RpbListKeysResp

riak.proto:196

List keys in bucket response - one or more of these packets will be sent the last one will have done set true (and may not have any keys in it)

message RpbMapRedReq

riak.proto:222

Map/Reduce request

message RpbMapRedResp

riak.proto:230

Map/Reduce response one or more of these packets will be sent the last one will have done set true (and may not have phase/data in it)

message RpbPair

riak.proto:270

Key/value pair - used for user metadata

Used in: RpbContent

message RpbPutReq

riak.proto:144

Put request - if options.return_body is set then the updated metadata/data for the key will be returned.

message RpbPutResp

riak.proto:159

Put response - same as get response with optional key if one was generated

message RpbSetBucketReq

riak.proto:212

Set bucket properties request

message RpbSetClientIdReq

riak.proto:108