public static interface RiakDtPB.DtUpdateReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getBucket()
required bytes bucket = 1; |
com.google.protobuf.ByteString |
getContext()
optional bytes context = 4; |
int |
getDw()
optional uint32 dw = 7; |
boolean |
getIncludeContext()
optional bool include_context = 13 [default = true]; |
com.google.protobuf.ByteString |
getKey()
optional bytes key = 2; |
int |
getNVal()
optional uint32 n_val = 12; |
RiakDtPB.DtOp |
getOp()
required .DtOp op = 5; |
RiakDtPB.DtOpOrBuilder |
getOpOrBuilder()
required .DtOp op = 5; |
int |
getPw()
optional uint32 pw = 8; |
boolean |
getReturnBody()
optional bool return_body = 9 [default = false]; |
boolean |
getSloppyQuorum()
optional bool sloppy_quorum = 11; |
int |
getTimeout()
optional uint32 timeout = 10; |
com.google.protobuf.ByteString |
getType()
required bytes type = 3; |
int |
getW()
optional uint32 w = 6; |
boolean |
hasBucket()
required bytes bucket = 1; |
boolean |
hasContext()
optional bytes context = 4; |
boolean |
hasDw()
optional uint32 dw = 7; |
boolean |
hasIncludeContext()
optional bool include_context = 13 [default = true]; |
boolean |
hasKey()
optional bytes key = 2; |
boolean |
hasNVal()
optional uint32 n_val = 12; |
boolean |
hasOp()
required .DtOp op = 5; |
boolean |
hasPw()
optional uint32 pw = 8; |
boolean |
hasReturnBody()
optional bool return_body = 9 [default = false]; |
boolean |
hasSloppyQuorum()
optional bool sloppy_quorum = 11; |
boolean |
hasTimeout()
optional uint32 timeout = 10; |
boolean |
hasType()
required bytes type = 3; |
boolean |
hasW()
optional uint32 w = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasBucket()
required bytes bucket = 1;
The identifier
com.google.protobuf.ByteString getBucket()
required bytes bucket = 1;
The identifier
boolean hasKey()
optional bytes key = 2;
missing key results in server-assigned key, like KV
com.google.protobuf.ByteString getKey()
optional bytes key = 2;
missing key results in server-assigned key, like KV
boolean hasType()
required bytes type = 3;
bucket type, not data-type (but the data-type is constrained per bucket-type)
com.google.protobuf.ByteString getType()
required bytes type = 3;
bucket type, not data-type (but the data-type is constrained per bucket-type)
boolean hasContext()
optional bytes context = 4;
Opaque update-context
com.google.protobuf.ByteString getContext()
optional bytes context = 4;
Opaque update-context
boolean hasOp()
required .DtOp op = 5;
The operations
RiakDtPB.DtOp getOp()
required .DtOp op = 5;
The operations
RiakDtPB.DtOpOrBuilder getOpOrBuilder()
required .DtOp op = 5;
The operations
boolean hasW()
optional uint32 w = 6;
Request options
int getW()
optional uint32 w = 6;
Request options
boolean hasDw()
optional uint32 dw = 7;
int getDw()
optional uint32 dw = 7;
boolean hasPw()
optional uint32 pw = 8;
int getPw()
optional uint32 pw = 8;
boolean hasReturnBody()
optional bool return_body = 9 [default = false];
boolean getReturnBody()
optional bool return_body = 9 [default = false];
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 hasIncludeContext()
optional bool include_context = 13 [default = true];
When return_body is true, should the context be returned too?
boolean getIncludeContext()
optional bool include_context = 13 [default = true];
When return_body is true, should the context be returned too?
Copyright © 2016. All rights reserved.