public static final class Rpc.TxnRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Rpc.TxnRequest.Builder> implements Rpc.TxnRequestOrBuilder
From google paxosdb paper: Our implementation hinges around a powerful primitive which we call MultiOp. All other database operations except for iteration are implemented as a single call to MultiOp. A MultiOp is applied atomically and consists of three components: 1. A list of tests called guard. Each test in guard checks a single entry in the database. It may check for the absence or presence of a value, or compare with a given value. Two different tests in the guard may apply to the same or different entries in the database. All tests in the guard are applied and MultiOp returns the results. If all tests are true, MultiOp executes t op (see item 2 below), otherwise it executes f op (see item 3 below). 2. A list of database operations called t op. Each operation in the list is either an insert, delete, or lookup operation, and applies to a single database entry. Two different operations in the list may apply to the same or different entries in the database. These operations are executed if guard evaluates to true. 3. A list of database operations called f op. Like t op, but executed if guard evaluates to false.Protobuf type
etcdserverpb.TxnRequest| 限定符和类型 | 方法和说明 |
|---|---|
Rpc.TxnRequest.Builder |
addAllCompare(Iterable<? extends Rpc.Compare> values)
compare is a list of predicates representing a conjunction of terms.
|
Rpc.TxnRequest.Builder |
addAllFailure(Iterable<? extends Rpc.RequestOp> values)
failure is a list of requests which will be applied when compare evaluates to false.
|
Rpc.TxnRequest.Builder |
addAllSuccess(Iterable<? extends Rpc.RequestOp> values)
success is a list of requests which will be applied when compare evaluates to true.
|
Rpc.TxnRequest.Builder |
addCompare(int index,
Rpc.Compare.Builder builderForValue)
compare is a list of predicates representing a conjunction of terms.
|
Rpc.TxnRequest.Builder |
addCompare(int index,
Rpc.Compare value)
compare is a list of predicates representing a conjunction of terms.
|
Rpc.TxnRequest.Builder |
addCompare(Rpc.Compare.Builder builderForValue)
compare is a list of predicates representing a conjunction of terms.
|
Rpc.TxnRequest.Builder |
addCompare(Rpc.Compare value)
compare is a list of predicates representing a conjunction of terms.
|
Rpc.Compare.Builder |
addCompareBuilder()
compare is a list of predicates representing a conjunction of terms.
|
Rpc.Compare.Builder |
addCompareBuilder(int index)
compare is a list of predicates representing a conjunction of terms.
|
Rpc.TxnRequest.Builder |
addFailure(int index,
Rpc.RequestOp.Builder builderForValue)
failure is a list of requests which will be applied when compare evaluates to false.
|
Rpc.TxnRequest.Builder |
addFailure(int index,
Rpc.RequestOp value)
failure is a list of requests which will be applied when compare evaluates to false.
|
Rpc.TxnRequest.Builder |
addFailure(Rpc.RequestOp.Builder builderForValue)
failure is a list of requests which will be applied when compare evaluates to false.
|
Rpc.TxnRequest.Builder |
addFailure(Rpc.RequestOp value)
failure is a list of requests which will be applied when compare evaluates to false.
|
Rpc.RequestOp.Builder |
addFailureBuilder()
failure is a list of requests which will be applied when compare evaluates to false.
|
Rpc.RequestOp.Builder |
addFailureBuilder(int index)
failure is a list of requests which will be applied when compare evaluates to false.
|
Rpc.TxnRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Rpc.TxnRequest.Builder |
addSuccess(int index,
Rpc.RequestOp.Builder builderForValue)
success is a list of requests which will be applied when compare evaluates to true.
|
Rpc.TxnRequest.Builder |
addSuccess(int index,
Rpc.RequestOp value)
success is a list of requests which will be applied when compare evaluates to true.
|
Rpc.TxnRequest.Builder |
addSuccess(Rpc.RequestOp.Builder builderForValue)
success is a list of requests which will be applied when compare evaluates to true.
|
Rpc.TxnRequest.Builder |
addSuccess(Rpc.RequestOp value)
success is a list of requests which will be applied when compare evaluates to true.
|
Rpc.RequestOp.Builder |
addSuccessBuilder()
success is a list of requests which will be applied when compare evaluates to true.
|
Rpc.RequestOp.Builder |
addSuccessBuilder(int index)
success is a list of requests which will be applied when compare evaluates to true.
|
Rpc.TxnRequest |
build() |
Rpc.TxnRequest |
buildPartial() |
Rpc.TxnRequest.Builder |
clear() |
Rpc.TxnRequest.Builder |
clearCompare()
compare is a list of predicates representing a conjunction of terms.
|
Rpc.TxnRequest.Builder |
clearFailure()
failure is a list of requests which will be applied when compare evaluates to false.
|
Rpc.TxnRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Rpc.TxnRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Rpc.TxnRequest.Builder |
clearSuccess()
success is a list of requests which will be applied when compare evaluates to true.
|
Rpc.TxnRequest.Builder |
clone() |
Rpc.Compare |
getCompare(int index)
compare is a list of predicates representing a conjunction of terms.
|
Rpc.Compare.Builder |
getCompareBuilder(int index)
compare is a list of predicates representing a conjunction of terms.
|
List<Rpc.Compare.Builder> |
getCompareBuilderList()
compare is a list of predicates representing a conjunction of terms.
|
int |
getCompareCount()
compare is a list of predicates representing a conjunction of terms.
|
List<Rpc.Compare> |
getCompareList()
compare is a list of predicates representing a conjunction of terms.
|
Rpc.CompareOrBuilder |
getCompareOrBuilder(int index)
compare is a list of predicates representing a conjunction of terms.
|
List<? extends Rpc.CompareOrBuilder> |
getCompareOrBuilderList()
compare is a list of predicates representing a conjunction of terms.
|
Rpc.TxnRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Rpc.RequestOp |
getFailure(int index)
failure is a list of requests which will be applied when compare evaluates to false.
|
Rpc.RequestOp.Builder |
getFailureBuilder(int index)
failure is a list of requests which will be applied when compare evaluates to false.
|
List<Rpc.RequestOp.Builder> |
getFailureBuilderList()
failure is a list of requests which will be applied when compare evaluates to false.
|
int |
getFailureCount()
failure is a list of requests which will be applied when compare evaluates to false.
|
List<Rpc.RequestOp> |
getFailureList()
failure is a list of requests which will be applied when compare evaluates to false.
|
Rpc.RequestOpOrBuilder |
getFailureOrBuilder(int index)
failure is a list of requests which will be applied when compare evaluates to false.
|
List<? extends Rpc.RequestOpOrBuilder> |
getFailureOrBuilderList()
failure is a list of requests which will be applied when compare evaluates to false.
|
Rpc.RequestOp |
getSuccess(int index)
success is a list of requests which will be applied when compare evaluates to true.
|
Rpc.RequestOp.Builder |
getSuccessBuilder(int index)
success is a list of requests which will be applied when compare evaluates to true.
|
List<Rpc.RequestOp.Builder> |
getSuccessBuilderList()
success is a list of requests which will be applied when compare evaluates to true.
|
int |
getSuccessCount()
success is a list of requests which will be applied when compare evaluates to true.
|
List<Rpc.RequestOp> |
getSuccessList()
success is a list of requests which will be applied when compare evaluates to true.
|
Rpc.RequestOpOrBuilder |
getSuccessOrBuilder(int index)
success is a list of requests which will be applied when compare evaluates to true.
|
List<? extends Rpc.RequestOpOrBuilder> |
getSuccessOrBuilderList()
success is a list of requests which will be applied when compare evaluates to true.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Rpc.TxnRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Rpc.TxnRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
Rpc.TxnRequest.Builder |
mergeFrom(Rpc.TxnRequest other) |
Rpc.TxnRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Rpc.TxnRequest.Builder |
removeCompare(int index)
compare is a list of predicates representing a conjunction of terms.
|
Rpc.TxnRequest.Builder |
removeFailure(int index)
failure is a list of requests which will be applied when compare evaluates to false.
|
Rpc.TxnRequest.Builder |
removeSuccess(int index)
success is a list of requests which will be applied when compare evaluates to true.
|
Rpc.TxnRequest.Builder |
setCompare(int index,
Rpc.Compare.Builder builderForValue)
compare is a list of predicates representing a conjunction of terms.
|
Rpc.TxnRequest.Builder |
setCompare(int index,
Rpc.Compare value)
compare is a list of predicates representing a conjunction of terms.
|
Rpc.TxnRequest.Builder |
setFailure(int index,
Rpc.RequestOp.Builder builderForValue)
failure is a list of requests which will be applied when compare evaluates to false.
|
Rpc.TxnRequest.Builder |
setFailure(int index,
Rpc.RequestOp value)
failure is a list of requests which will be applied when compare evaluates to false.
|
Rpc.TxnRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Rpc.TxnRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Rpc.TxnRequest.Builder |
setSuccess(int index,
Rpc.RequestOp.Builder builderForValue)
success is a list of requests which will be applied when compare evaluates to true.
|
Rpc.TxnRequest.Builder |
setSuccess(int index,
Rpc.RequestOp value)
success is a list of requests which will be applied when compare evaluates to true.
|
Rpc.TxnRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Rpc.TxnRequest.Builder>public Rpc.TxnRequest.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Rpc.TxnRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Rpc.TxnRequest.Builder>public Rpc.TxnRequest getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic Rpc.TxnRequest build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic Rpc.TxnRequest buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic Rpc.TxnRequest.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Rpc.TxnRequest.Builder>public Rpc.TxnRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Rpc.TxnRequest.Builder>public Rpc.TxnRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Rpc.TxnRequest.Builder>public Rpc.TxnRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Rpc.TxnRequest.Builder>public Rpc.TxnRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Rpc.TxnRequest.Builder>public Rpc.TxnRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Rpc.TxnRequest.Builder>public Rpc.TxnRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<Rpc.TxnRequest.Builder>public Rpc.TxnRequest.Builder mergeFrom(Rpc.TxnRequest other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Rpc.TxnRequest.Builder>public Rpc.TxnRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<Rpc.TxnRequest.Builder>IOExceptionpublic List<Rpc.Compare> getCompareList()
compare is a list of predicates representing a conjunction of terms. If the comparisons succeed, then the success requests will be processed in order, and the response will contain their respective responses in order. If the comparisons fail, then the failure requests will be processed in order, and the response will contain their respective responses in order.
repeated .etcdserverpb.Compare compare = 1;getCompareList 在接口中 Rpc.TxnRequestOrBuilderpublic int getCompareCount()
compare is a list of predicates representing a conjunction of terms. If the comparisons succeed, then the success requests will be processed in order, and the response will contain their respective responses in order. If the comparisons fail, then the failure requests will be processed in order, and the response will contain their respective responses in order.
repeated .etcdserverpb.Compare compare = 1;getCompareCount 在接口中 Rpc.TxnRequestOrBuilderpublic Rpc.Compare getCompare(int index)
compare is a list of predicates representing a conjunction of terms. If the comparisons succeed, then the success requests will be processed in order, and the response will contain their respective responses in order. If the comparisons fail, then the failure requests will be processed in order, and the response will contain their respective responses in order.
repeated .etcdserverpb.Compare compare = 1;getCompare 在接口中 Rpc.TxnRequestOrBuilderpublic Rpc.TxnRequest.Builder setCompare(int index, Rpc.Compare value)
compare is a list of predicates representing a conjunction of terms. If the comparisons succeed, then the success requests will be processed in order, and the response will contain their respective responses in order. If the comparisons fail, then the failure requests will be processed in order, and the response will contain their respective responses in order.
repeated .etcdserverpb.Compare compare = 1;public Rpc.TxnRequest.Builder setCompare(int index, Rpc.Compare.Builder builderForValue)
compare is a list of predicates representing a conjunction of terms. If the comparisons succeed, then the success requests will be processed in order, and the response will contain their respective responses in order. If the comparisons fail, then the failure requests will be processed in order, and the response will contain their respective responses in order.
repeated .etcdserverpb.Compare compare = 1;public Rpc.TxnRequest.Builder addCompare(Rpc.Compare value)
compare is a list of predicates representing a conjunction of terms. If the comparisons succeed, then the success requests will be processed in order, and the response will contain their respective responses in order. If the comparisons fail, then the failure requests will be processed in order, and the response will contain their respective responses in order.
repeated .etcdserverpb.Compare compare = 1;public Rpc.TxnRequest.Builder addCompare(int index, Rpc.Compare value)
compare is a list of predicates representing a conjunction of terms. If the comparisons succeed, then the success requests will be processed in order, and the response will contain their respective responses in order. If the comparisons fail, then the failure requests will be processed in order, and the response will contain their respective responses in order.
repeated .etcdserverpb.Compare compare = 1;public Rpc.TxnRequest.Builder addCompare(Rpc.Compare.Builder builderForValue)
compare is a list of predicates representing a conjunction of terms. If the comparisons succeed, then the success requests will be processed in order, and the response will contain their respective responses in order. If the comparisons fail, then the failure requests will be processed in order, and the response will contain their respective responses in order.
repeated .etcdserverpb.Compare compare = 1;public Rpc.TxnRequest.Builder addCompare(int index, Rpc.Compare.Builder builderForValue)
compare is a list of predicates representing a conjunction of terms. If the comparisons succeed, then the success requests will be processed in order, and the response will contain their respective responses in order. If the comparisons fail, then the failure requests will be processed in order, and the response will contain their respective responses in order.
repeated .etcdserverpb.Compare compare = 1;public Rpc.TxnRequest.Builder addAllCompare(Iterable<? extends Rpc.Compare> values)
compare is a list of predicates representing a conjunction of terms. If the comparisons succeed, then the success requests will be processed in order, and the response will contain their respective responses in order. If the comparisons fail, then the failure requests will be processed in order, and the response will contain their respective responses in order.
repeated .etcdserverpb.Compare compare = 1;public Rpc.TxnRequest.Builder clearCompare()
compare is a list of predicates representing a conjunction of terms. If the comparisons succeed, then the success requests will be processed in order, and the response will contain their respective responses in order. If the comparisons fail, then the failure requests will be processed in order, and the response will contain their respective responses in order.
repeated .etcdserverpb.Compare compare = 1;public Rpc.TxnRequest.Builder removeCompare(int index)
compare is a list of predicates representing a conjunction of terms. If the comparisons succeed, then the success requests will be processed in order, and the response will contain their respective responses in order. If the comparisons fail, then the failure requests will be processed in order, and the response will contain their respective responses in order.
repeated .etcdserverpb.Compare compare = 1;public Rpc.Compare.Builder getCompareBuilder(int index)
compare is a list of predicates representing a conjunction of terms. If the comparisons succeed, then the success requests will be processed in order, and the response will contain their respective responses in order. If the comparisons fail, then the failure requests will be processed in order, and the response will contain their respective responses in order.
repeated .etcdserverpb.Compare compare = 1;public Rpc.CompareOrBuilder getCompareOrBuilder(int index)
compare is a list of predicates representing a conjunction of terms. If the comparisons succeed, then the success requests will be processed in order, and the response will contain their respective responses in order. If the comparisons fail, then the failure requests will be processed in order, and the response will contain their respective responses in order.
repeated .etcdserverpb.Compare compare = 1;getCompareOrBuilder 在接口中 Rpc.TxnRequestOrBuilderpublic List<? extends Rpc.CompareOrBuilder> getCompareOrBuilderList()
compare is a list of predicates representing a conjunction of terms. If the comparisons succeed, then the success requests will be processed in order, and the response will contain their respective responses in order. If the comparisons fail, then the failure requests will be processed in order, and the response will contain their respective responses in order.
repeated .etcdserverpb.Compare compare = 1;public Rpc.Compare.Builder addCompareBuilder()
compare is a list of predicates representing a conjunction of terms. If the comparisons succeed, then the success requests will be processed in order, and the response will contain their respective responses in order. If the comparisons fail, then the failure requests will be processed in order, and the response will contain their respective responses in order.
repeated .etcdserverpb.Compare compare = 1;public Rpc.Compare.Builder addCompareBuilder(int index)
compare is a list of predicates representing a conjunction of terms. If the comparisons succeed, then the success requests will be processed in order, and the response will contain their respective responses in order. If the comparisons fail, then the failure requests will be processed in order, and the response will contain their respective responses in order.
repeated .etcdserverpb.Compare compare = 1;public List<Rpc.Compare.Builder> getCompareBuilderList()
compare is a list of predicates representing a conjunction of terms. If the comparisons succeed, then the success requests will be processed in order, and the response will contain their respective responses in order. If the comparisons fail, then the failure requests will be processed in order, and the response will contain their respective responses in order.
repeated .etcdserverpb.Compare compare = 1;public List<Rpc.RequestOp> getSuccessList()
success is a list of requests which will be applied when compare evaluates to true.
repeated .etcdserverpb.RequestOp success = 2;getSuccessList 在接口中 Rpc.TxnRequestOrBuilderpublic int getSuccessCount()
success is a list of requests which will be applied when compare evaluates to true.
repeated .etcdserverpb.RequestOp success = 2;getSuccessCount 在接口中 Rpc.TxnRequestOrBuilderpublic Rpc.RequestOp getSuccess(int index)
success is a list of requests which will be applied when compare evaluates to true.
repeated .etcdserverpb.RequestOp success = 2;getSuccess 在接口中 Rpc.TxnRequestOrBuilderpublic Rpc.TxnRequest.Builder setSuccess(int index, Rpc.RequestOp value)
success is a list of requests which will be applied when compare evaluates to true.
repeated .etcdserverpb.RequestOp success = 2;public Rpc.TxnRequest.Builder setSuccess(int index, Rpc.RequestOp.Builder builderForValue)
success is a list of requests which will be applied when compare evaluates to true.
repeated .etcdserverpb.RequestOp success = 2;public Rpc.TxnRequest.Builder addSuccess(Rpc.RequestOp value)
success is a list of requests which will be applied when compare evaluates to true.
repeated .etcdserverpb.RequestOp success = 2;public Rpc.TxnRequest.Builder addSuccess(int index, Rpc.RequestOp value)
success is a list of requests which will be applied when compare evaluates to true.
repeated .etcdserverpb.RequestOp success = 2;public Rpc.TxnRequest.Builder addSuccess(Rpc.RequestOp.Builder builderForValue)
success is a list of requests which will be applied when compare evaluates to true.
repeated .etcdserverpb.RequestOp success = 2;public Rpc.TxnRequest.Builder addSuccess(int index, Rpc.RequestOp.Builder builderForValue)
success is a list of requests which will be applied when compare evaluates to true.
repeated .etcdserverpb.RequestOp success = 2;public Rpc.TxnRequest.Builder addAllSuccess(Iterable<? extends Rpc.RequestOp> values)
success is a list of requests which will be applied when compare evaluates to true.
repeated .etcdserverpb.RequestOp success = 2;public Rpc.TxnRequest.Builder clearSuccess()
success is a list of requests which will be applied when compare evaluates to true.
repeated .etcdserverpb.RequestOp success = 2;public Rpc.TxnRequest.Builder removeSuccess(int index)
success is a list of requests which will be applied when compare evaluates to true.
repeated .etcdserverpb.RequestOp success = 2;public Rpc.RequestOp.Builder getSuccessBuilder(int index)
success is a list of requests which will be applied when compare evaluates to true.
repeated .etcdserverpb.RequestOp success = 2;public Rpc.RequestOpOrBuilder getSuccessOrBuilder(int index)
success is a list of requests which will be applied when compare evaluates to true.
repeated .etcdserverpb.RequestOp success = 2;getSuccessOrBuilder 在接口中 Rpc.TxnRequestOrBuilderpublic List<? extends Rpc.RequestOpOrBuilder> getSuccessOrBuilderList()
success is a list of requests which will be applied when compare evaluates to true.
repeated .etcdserverpb.RequestOp success = 2;public Rpc.RequestOp.Builder addSuccessBuilder()
success is a list of requests which will be applied when compare evaluates to true.
repeated .etcdserverpb.RequestOp success = 2;public Rpc.RequestOp.Builder addSuccessBuilder(int index)
success is a list of requests which will be applied when compare evaluates to true.
repeated .etcdserverpb.RequestOp success = 2;public List<Rpc.RequestOp.Builder> getSuccessBuilderList()
success is a list of requests which will be applied when compare evaluates to true.
repeated .etcdserverpb.RequestOp success = 2;public List<Rpc.RequestOp> getFailureList()
failure is a list of requests which will be applied when compare evaluates to false.
repeated .etcdserverpb.RequestOp failure = 3;getFailureList 在接口中 Rpc.TxnRequestOrBuilderpublic int getFailureCount()
failure is a list of requests which will be applied when compare evaluates to false.
repeated .etcdserverpb.RequestOp failure = 3;getFailureCount 在接口中 Rpc.TxnRequestOrBuilderpublic Rpc.RequestOp getFailure(int index)
failure is a list of requests which will be applied when compare evaluates to false.
repeated .etcdserverpb.RequestOp failure = 3;getFailure 在接口中 Rpc.TxnRequestOrBuilderpublic Rpc.TxnRequest.Builder setFailure(int index, Rpc.RequestOp value)
failure is a list of requests which will be applied when compare evaluates to false.
repeated .etcdserverpb.RequestOp failure = 3;public Rpc.TxnRequest.Builder setFailure(int index, Rpc.RequestOp.Builder builderForValue)
failure is a list of requests which will be applied when compare evaluates to false.
repeated .etcdserverpb.RequestOp failure = 3;public Rpc.TxnRequest.Builder addFailure(Rpc.RequestOp value)
failure is a list of requests which will be applied when compare evaluates to false.
repeated .etcdserverpb.RequestOp failure = 3;public Rpc.TxnRequest.Builder addFailure(int index, Rpc.RequestOp value)
failure is a list of requests which will be applied when compare evaluates to false.
repeated .etcdserverpb.RequestOp failure = 3;public Rpc.TxnRequest.Builder addFailure(Rpc.RequestOp.Builder builderForValue)
failure is a list of requests which will be applied when compare evaluates to false.
repeated .etcdserverpb.RequestOp failure = 3;public Rpc.TxnRequest.Builder addFailure(int index, Rpc.RequestOp.Builder builderForValue)
failure is a list of requests which will be applied when compare evaluates to false.
repeated .etcdserverpb.RequestOp failure = 3;public Rpc.TxnRequest.Builder addAllFailure(Iterable<? extends Rpc.RequestOp> values)
failure is a list of requests which will be applied when compare evaluates to false.
repeated .etcdserverpb.RequestOp failure = 3;public Rpc.TxnRequest.Builder clearFailure()
failure is a list of requests which will be applied when compare evaluates to false.
repeated .etcdserverpb.RequestOp failure = 3;public Rpc.TxnRequest.Builder removeFailure(int index)
failure is a list of requests which will be applied when compare evaluates to false.
repeated .etcdserverpb.RequestOp failure = 3;public Rpc.RequestOp.Builder getFailureBuilder(int index)
failure is a list of requests which will be applied when compare evaluates to false.
repeated .etcdserverpb.RequestOp failure = 3;public Rpc.RequestOpOrBuilder getFailureOrBuilder(int index)
failure is a list of requests which will be applied when compare evaluates to false.
repeated .etcdserverpb.RequestOp failure = 3;getFailureOrBuilder 在接口中 Rpc.TxnRequestOrBuilderpublic List<? extends Rpc.RequestOpOrBuilder> getFailureOrBuilderList()
failure is a list of requests which will be applied when compare evaluates to false.
repeated .etcdserverpb.RequestOp failure = 3;public Rpc.RequestOp.Builder addFailureBuilder()
failure is a list of requests which will be applied when compare evaluates to false.
repeated .etcdserverpb.RequestOp failure = 3;public Rpc.RequestOp.Builder addFailureBuilder(int index)
failure is a list of requests which will be applied when compare evaluates to false.
repeated .etcdserverpb.RequestOp failure = 3;public List<Rpc.RequestOp.Builder> getFailureBuilderList()
failure is a list of requests which will be applied when compare evaluates to false.
repeated .etcdserverpb.RequestOp failure = 3;public final Rpc.TxnRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Rpc.TxnRequest.Builder>public final Rpc.TxnRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Rpc.TxnRequest.Builder>Copyright © 2018. All rights reserved.