public static interface RiakKvPB.RpbPutReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getAsis()
optional bool asis = 13; |
com.google.protobuf.ByteString |
getBucket()
required bytes bucket = 1; |
RiakKvPB.RpbContent |
getContent()
required .RpbContent content = 4; |
RiakKvPB.RpbContentOrBuilder |
getContentOrBuilder()
required .RpbContent content = 4; |
int |
getDw()
optional uint32 dw = 6; |
boolean |
getIfNoneMatch()
optional bool if_none_match = 10; |
boolean |
getIfNotModified()
optional bool if_not_modified = 9; |
com.google.protobuf.ByteString |
getKey()
optional bytes key = 2; |
int |
getNVal()
optional uint32 n_val = 15; |
int |
getPw()
optional uint32 pw = 8; |
boolean |
getReturnBody()
optional bool return_body = 7; |
boolean |
getReturnHead()
optional bool return_head = 11; |
boolean |
getSloppyQuorum()
optional bool sloppy_quorum = 14; |
int |
getTimeout()
optional uint32 timeout = 12; |
com.google.protobuf.ByteString |
getType()
optional bytes type = 16; |
com.google.protobuf.ByteString |
getVclock()
optional bytes vclock = 3; |
int |
getW()
optional uint32 w = 5; |
boolean |
hasAsis()
optional bool asis = 13; |
boolean |
hasBucket()
required bytes bucket = 1; |
boolean |
hasContent()
required .RpbContent content = 4; |
boolean |
hasDw()
optional uint32 dw = 6; |
boolean |
hasIfNoneMatch()
optional bool if_none_match = 10; |
boolean |
hasIfNotModified()
optional bool if_not_modified = 9; |
boolean |
hasKey()
optional bytes key = 2; |
boolean |
hasNVal()
optional uint32 n_val = 15; |
boolean |
hasPw()
optional uint32 pw = 8; |
boolean |
hasReturnBody()
optional bool return_body = 7; |
boolean |
hasReturnHead()
optional bool return_head = 11; |
boolean |
hasSloppyQuorum()
optional bool sloppy_quorum = 14; |
boolean |
hasTimeout()
optional uint32 timeout = 12; |
boolean |
hasType()
optional bytes type = 16; |
boolean |
hasVclock()
optional bytes vclock = 3; |
boolean |
hasW()
optional uint32 w = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasBucket()
required bytes bucket = 1;
com.google.protobuf.ByteString getBucket()
required bytes bucket = 1;
boolean hasKey()
optional bytes key = 2;
com.google.protobuf.ByteString getKey()
optional bytes key = 2;
boolean hasVclock()
optional bytes vclock = 3;
com.google.protobuf.ByteString getVclock()
optional bytes vclock = 3;
boolean hasContent()
required .RpbContent content = 4;
RiakKvPB.RpbContent getContent()
required .RpbContent content = 4;
RiakKvPB.RpbContentOrBuilder getContentOrBuilder()
required .RpbContent content = 4;
boolean hasW()
optional uint32 w = 5;
int getW()
optional uint32 w = 5;
boolean hasDw()
optional uint32 dw = 6;
int getDw()
optional uint32 dw = 6;
boolean hasReturnBody()
optional bool return_body = 7;
boolean getReturnBody()
optional bool return_body = 7;
boolean hasPw()
optional uint32 pw = 8;
int getPw()
optional uint32 pw = 8;
boolean hasIfNotModified()
optional bool if_not_modified = 9;
boolean getIfNotModified()
optional bool if_not_modified = 9;
boolean hasIfNoneMatch()
optional bool if_none_match = 10;
boolean getIfNoneMatch()
optional bool if_none_match = 10;
boolean hasReturnHead()
optional bool return_head = 11;
boolean getReturnHead()
optional bool return_head = 11;
boolean hasTimeout()
optional uint32 timeout = 12;
int getTimeout()
optional uint32 timeout = 12;
boolean hasAsis()
optional bool asis = 13;
boolean getAsis()
optional bool asis = 13;
boolean hasSloppyQuorum()
optional bool sloppy_quorum = 14;
Experimental, may change/disappear
boolean getSloppyQuorum()
optional bool sloppy_quorum = 14;
Experimental, may change/disappear
boolean hasNVal()
optional uint32 n_val = 15;
Experimental, may change/disappear
int getNVal()
optional uint32 n_val = 15;
Experimental, may change/disappear
boolean hasType()
optional bytes type = 16;
Bucket type, if not set we assume the 'default' type
com.google.protobuf.ByteString getType()
optional bytes type = 16;
Bucket type, if not set we assume the 'default' type
Copyright © 2016. All rights reserved.