public interface TxnRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Compare |
getCompare(int index)
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<Compare> |
getCompareList()
compare is a list of predicates representing a conjunction of terms.
|
CompareOrBuilder |
getCompareOrBuilder(int index)
compare is a list of predicates representing a conjunction of terms.
|
List<? extends CompareOrBuilder> |
getCompareOrBuilderList()
compare is a list of predicates representing a conjunction of terms.
|
RequestOp |
getFailure(int index)
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<RequestOp> |
getFailureList()
failure is a list of requests which will be applied when compare evaluates to false.
|
RequestOpOrBuilder |
getFailureOrBuilder(int index)
failure is a list of requests which will be applied when compare evaluates to false.
|
List<? extends RequestOpOrBuilder> |
getFailureOrBuilderList()
failure is a list of requests which will be applied when compare evaluates to false.
|
RequestOp |
getSuccess(int index)
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<RequestOp> |
getSuccessList()
success is a list of requests which will be applied when compare evaluates to true.
|
RequestOpOrBuilder |
getSuccessOrBuilder(int index)
success is a list of requests which will be applied when compare evaluates to true.
|
List<? extends RequestOpOrBuilder> |
getSuccessOrBuilderList()
success is a list of requests which will be applied when compare evaluates to true.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;List<? extends 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;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;List<RequestOp> getSuccessList()
success is a list of requests which will be applied when compare evaluates to true.
repeated .etcdserverpb.RequestOp success = 2;RequestOp getSuccess(int index)
success is a list of requests which will be applied when compare evaluates to true.
repeated .etcdserverpb.RequestOp success = 2;int getSuccessCount()
success is a list of requests which will be applied when compare evaluates to true.
repeated .etcdserverpb.RequestOp success = 2;List<? extends RequestOpOrBuilder> getSuccessOrBuilderList()
success is a list of requests which will be applied when compare evaluates to true.
repeated .etcdserverpb.RequestOp success = 2;RequestOpOrBuilder getSuccessOrBuilder(int index)
success is a list of requests which will be applied when compare evaluates to true.
repeated .etcdserverpb.RequestOp success = 2;List<RequestOp> getFailureList()
failure is a list of requests which will be applied when compare evaluates to false.
repeated .etcdserverpb.RequestOp failure = 3;RequestOp getFailure(int index)
failure is a list of requests which will be applied when compare evaluates to false.
repeated .etcdserverpb.RequestOp failure = 3;int getFailureCount()
failure is a list of requests which will be applied when compare evaluates to false.
repeated .etcdserverpb.RequestOp failure = 3;List<? extends RequestOpOrBuilder> getFailureOrBuilderList()
failure is a list of requests which will be applied when compare evaluates to false.
repeated .etcdserverpb.RequestOp failure = 3;RequestOpOrBuilder getFailureOrBuilder(int index)
failure is a list of requests which will be applied when compare evaluates to false.
repeated .etcdserverpb.RequestOp failure = 3;Copyright © 2021. All rights reserved.