public static interface RiakKvPB.RpbGetReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getBasicQuorum()
optional bool basic_quorum = 5; |
com.google.protobuf.ByteString |
getBucket()
required bytes bucket = 1; |
boolean |
getDeletedvclock()
optional bool deletedvclock = 9; |
boolean |
getHead()
optional bool head = 8; |
com.google.protobuf.ByteString |
getIfModified()
optional bytes if_modified = 7; |
com.google.protobuf.ByteString |
getKey()
required bytes key = 2; |
boolean |
getNotfoundOk()
optional bool notfound_ok = 6; |
int |
getNVal()
optional uint32 n_val = 12; |
int |
getPr()
optional uint32 pr = 4; |
int |
getR()
optional uint32 r = 3; |
boolean |
getSloppyQuorum()
optional bool sloppy_quorum = 11; |
int |
getTimeout()
optional uint32 timeout = 10; |
com.google.protobuf.ByteString |
getType()
optional bytes type = 13; |
boolean |
hasBasicQuorum()
optional bool basic_quorum = 5; |
boolean |
hasBucket()
required bytes bucket = 1; |
boolean |
hasDeletedvclock()
optional bool deletedvclock = 9; |
boolean |
hasHead()
optional bool head = 8; |
boolean |
hasIfModified()
optional bytes if_modified = 7; |
boolean |
hasKey()
required bytes key = 2; |
boolean |
hasNotfoundOk()
optional bool notfound_ok = 6; |
boolean |
hasNVal()
optional uint32 n_val = 12; |
boolean |
hasPr()
optional uint32 pr = 4; |
boolean |
hasR()
optional uint32 r = 3; |
boolean |
hasSloppyQuorum()
optional bool sloppy_quorum = 11; |
boolean |
hasTimeout()
optional uint32 timeout = 10; |
boolean |
hasType()
optional bytes type = 13; |
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()
required bytes key = 2;
com.google.protobuf.ByteString getKey()
required bytes key = 2;
boolean hasR()
optional uint32 r = 3;
int getR()
optional uint32 r = 3;
boolean hasPr()
optional uint32 pr = 4;
int getPr()
optional uint32 pr = 4;
boolean hasBasicQuorum()
optional bool basic_quorum = 5;
boolean getBasicQuorum()
optional bool basic_quorum = 5;
boolean hasNotfoundOk()
optional bool notfound_ok = 6;
boolean getNotfoundOk()
optional bool notfound_ok = 6;
boolean hasIfModified()
optional bytes if_modified = 7;
fail if the supplied vclock does not match
com.google.protobuf.ByteString getIfModified()
optional bytes if_modified = 7;
fail if the supplied vclock does not match
boolean hasHead()
optional bool head = 8;
return everything but the value
boolean getHead()
optional bool head = 8;
return everything but the value
boolean hasDeletedvclock()
optional bool deletedvclock = 9;
return the tombstone's vclock, if applicable
boolean getDeletedvclock()
optional bool deletedvclock = 9;
return the tombstone's vclock, if applicable
boolean hasTimeout()
optional uint32 timeout = 10;
int getTimeout()
optional uint32 timeout = 10;
boolean hasSloppyQuorum()
optional bool sloppy_quorum = 11;
Experimental, may change/disappear
boolean getSloppyQuorum()
optional bool sloppy_quorum = 11;
Experimental, may change/disappear
boolean hasNVal()
optional uint32 n_val = 12;
Experimental, may change/disappear
int getNVal()
optional uint32 n_val = 12;
Experimental, may change/disappear
boolean hasType()
optional bytes type = 13;
Bucket type, if not set we assume the 'default' type
com.google.protobuf.ByteString getType()
optional bytes type = 13;
Bucket type, if not set we assume the 'default' type
Copyright © 2016. All rights reserved.