public static interface RiakDtPB.DtFetchReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBasicQuorum()
optional bool basic_quorum = 6; |
com.google.protobuf.ByteString |
getBucket()
required bytes bucket = 1; |
boolean |
getIncludeContext()
optional bool include_context = 11 [default = true]; |
com.google.protobuf.ByteString |
getKey()
required bytes key = 2; |
boolean |
getNotfoundOk()
optional bool notfound_ok = 7; |
int |
getNVal()
optional uint32 n_val = 10; |
int |
getPr()
optional uint32 pr = 5; |
int |
getR()
optional uint32 r = 4; |
boolean |
getSloppyQuorum()
optional bool sloppy_quorum = 9; |
int |
getTimeout()
optional uint32 timeout = 8; |
com.google.protobuf.ByteString |
getType()
required bytes type = 3; |
boolean |
hasBasicQuorum()
optional bool basic_quorum = 6; |
boolean |
hasBucket()
required bytes bucket = 1; |
boolean |
hasIncludeContext()
optional bool include_context = 11 [default = true]; |
boolean |
hasKey()
required bytes key = 2; |
boolean |
hasNotfoundOk()
optional bool notfound_ok = 7; |
boolean |
hasNVal()
optional uint32 n_val = 10; |
boolean |
hasPr()
optional uint32 pr = 5; |
boolean |
hasR()
optional uint32 r = 4; |
boolean |
hasSloppyQuorum()
optional bool sloppy_quorum = 9; |
boolean |
hasTimeout()
optional uint32 timeout = 8; |
boolean |
hasType()
required bytes type = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBucket()
required bytes bucket = 1;
The identifier: bucket, key and bucket-type
com.google.protobuf.ByteString getBucket()
required bytes bucket = 1;
The identifier: bucket, key and bucket-type
boolean hasKey()
required bytes key = 2;com.google.protobuf.ByteString getKey()
required bytes key = 2;boolean hasType()
required bytes type = 3;com.google.protobuf.ByteString getType()
required bytes type = 3;boolean hasR()
optional uint32 r = 4;
Request options
int getR()
optional uint32 r = 4;
Request options
boolean hasPr()
optional uint32 pr = 5;int getPr()
optional uint32 pr = 5;boolean hasBasicQuorum()
optional bool basic_quorum = 6;boolean getBasicQuorum()
optional bool basic_quorum = 6;boolean hasNotfoundOk()
optional bool notfound_ok = 7;boolean getNotfoundOk()
optional bool notfound_ok = 7;boolean hasTimeout()
optional uint32 timeout = 8;int getTimeout()
optional uint32 timeout = 8;boolean hasSloppyQuorum()
optional bool sloppy_quorum = 9;
Experimental, may change/disappear
boolean getSloppyQuorum()
optional bool sloppy_quorum = 9;
Experimental, may change/disappear
boolean hasNVal()
optional uint32 n_val = 10;
Experimental, may change/disappear
int getNVal()
optional uint32 n_val = 10;
Experimental, may change/disappear
boolean hasIncludeContext()
optional bool include_context = 11 [default = true];
For read-only requests or context-free operations, you can set this to false to reduce the size of the response payload.
boolean getIncludeContext()
optional bool include_context = 11 [default = true];
For read-only requests or context-free operations, you can set this to false to reduce the size of the response payload.
Copyright © 2016. All rights reserved.