| Package | Description |
|---|---|
| com.ibm.etcd.api |
| Modifier and Type | Method and Description |
|---|---|
RequestOp |
RequestOp.Builder.build() |
RequestOp |
RequestOp.Builder.buildPartial() |
static RequestOp |
RequestOp.getDefaultInstance() |
RequestOp |
RequestOp.getDefaultInstanceForType() |
RequestOp |
RequestOp.Builder.getDefaultInstanceForType() |
RequestOp |
TxnRequestOrBuilder.getFailure(int index)
failure is a list of requests which will be applied when compare evaluates to false.
|
RequestOp |
TxnRequest.getFailure(int index)
failure is a list of requests which will be applied when compare evaluates to false.
|
RequestOp |
TxnRequest.Builder.getFailure(int index)
failure is a list of requests which will be applied when compare evaluates to false.
|
RequestOp |
TxnRequestOrBuilder.getSuccess(int index)
success is a list of requests which will be applied when compare evaluates to true.
|
RequestOp |
TxnRequest.getSuccess(int index)
success is a list of requests which will be applied when compare evaluates to true.
|
RequestOp |
TxnRequest.Builder.getSuccess(int index)
success is a list of requests which will be applied when compare evaluates to true.
|
static RequestOp |
RequestOp.parseDelimitedFrom(InputStream input) |
static RequestOp |
RequestOp.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RequestOp |
RequestOp.parseFrom(byte[] data) |
static RequestOp |
RequestOp.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RequestOp |
RequestOp.parseFrom(ByteBuffer data) |
static RequestOp |
RequestOp.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RequestOp |
RequestOp.parseFrom(com.google.protobuf.ByteString data) |
static RequestOp |
RequestOp.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RequestOp |
RequestOp.parseFrom(com.google.protobuf.CodedInputStream input) |
static RequestOp |
RequestOp.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RequestOp |
RequestOp.parseFrom(InputStream input) |
static RequestOp |
RequestOp.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<RequestOp> |
TxnRequestOrBuilder.getFailureList()
failure is a list of requests which will be applied when compare evaluates to false.
|
List<RequestOp> |
TxnRequest.getFailureList()
failure is a list of requests which will be applied when compare evaluates to false.
|
List<RequestOp> |
TxnRequest.Builder.getFailureList()
failure is a list of requests which will be applied when compare evaluates to false.
|
com.google.protobuf.Parser<RequestOp> |
RequestOp.getParserForType() |
List<RequestOp> |
TxnRequestOrBuilder.getSuccessList()
success is a list of requests which will be applied when compare evaluates to true.
|
List<RequestOp> |
TxnRequest.getSuccessList()
success is a list of requests which will be applied when compare evaluates to true.
|
List<RequestOp> |
TxnRequest.Builder.getSuccessList()
success is a list of requests which will be applied when compare evaluates to true.
|
static com.google.protobuf.Parser<RequestOp> |
RequestOp.parser() |
| Modifier and Type | Method and Description |
|---|---|
TxnRequest.Builder |
TxnRequest.Builder.addFailure(int index,
RequestOp value)
failure is a list of requests which will be applied when compare evaluates to false.
|
TxnRequest.Builder |
TxnRequest.Builder.addFailure(RequestOp value)
failure is a list of requests which will be applied when compare evaluates to false.
|
TxnRequest.Builder |
TxnRequest.Builder.addSuccess(int index,
RequestOp value)
success is a list of requests which will be applied when compare evaluates to true.
|
TxnRequest.Builder |
TxnRequest.Builder.addSuccess(RequestOp value)
success is a list of requests which will be applied when compare evaluates to true.
|
RequestOp.Builder |
RequestOp.Builder.mergeFrom(RequestOp other) |
static RequestOp.Builder |
RequestOp.newBuilder(RequestOp prototype) |
TxnRequest.Builder |
TxnRequest.Builder.setFailure(int index,
RequestOp value)
failure is a list of requests which will be applied when compare evaluates to false.
|
TxnRequest.Builder |
TxnRequest.Builder.setSuccess(int index,
RequestOp value)
success is a list of requests which will be applied when compare evaluates to true.
|
| Modifier and Type | Method and Description |
|---|---|
TxnRequest.Builder |
TxnRequest.Builder.addAllFailure(Iterable<? extends RequestOp> values)
failure is a list of requests which will be applied when compare evaluates to false.
|
TxnRequest.Builder |
TxnRequest.Builder.addAllSuccess(Iterable<? extends RequestOp> values)
success is a list of requests which will be applied when compare evaluates to true.
|
Copyright © 2022. All rights reserved.