AnyEvent-Riak
view release on metacpan or search on metacpan
w optional, number
dw optional, number
return_body
optional, boolean
pw optional, number
if_not_modified
optional, boolean
if_none_match
optional, boolean
return_head
optional, boolean
timeout
optional, number
lib/AnyEvent/Riak.pm view on Meta::CPAN
optional, number
=item return_body
optional, boolean
=item pw
optional, number
=item if_not_modified
optional, boolean
=item if_none_match
optional, boolean
=item return_head
optional, boolean
lib/AnyEvent/Riak/PBC.pm view on Meta::CPAN
'return_body', 7, undef
],
[
Google::ProtocolBuffers::Constants::LABEL_OPTIONAL(),
Google::ProtocolBuffers::Constants::TYPE_UINT32(),
'pw', 8, undef
],
[
Google::ProtocolBuffers::Constants::LABEL_OPTIONAL(),
Google::ProtocolBuffers::Constants::TYPE_BOOL(),
'if_not_modified', 9, undef
],
[
Google::ProtocolBuffers::Constants::LABEL_OPTIONAL(),
Google::ProtocolBuffers::Constants::TYPE_BOOL(),
'if_none_match', 10, undef
],
[
Google::ProtocolBuffers::Constants::LABEL_OPTIONAL(),
Google::ProtocolBuffers::Constants::TYPE_BOOL(),
'return_head', 11, undef
pbc/riak.proto view on Meta::CPAN
// the key will be returned.
message RpbPutReq {
required bytes bucket = 1;
optional bytes key = 2;
optional bytes vclock = 3;
required RpbContent content = 4;
optional uint32 w = 5;
optional uint32 dw = 6;
optional bool return_body = 7;
optional uint32 pw = 8;
optional bool if_not_modified = 9;
optional bool if_none_match = 10;
optional bool return_head = 11;
optional uint32 timeout = 12;
optional bool asis = 13;
optional bool sloppy_quorum = 14; // Experimental, may change/disappear
optional uint32 n_val = 15; // Experimental, may change/disappear
optional bytes type = 16; // Bucket type, if not set we assume the 'default' type
}
// Put response - same as get response with optional key if one was generated
( run in 1.621 second using v1.01-cache-2.11-cpan-cc502c75498 )