| Package | Description |
|---|---|
| io.etcd.jetcd.api |
| Modifier and Type | Method and Description |
|---|---|
Compare |
Compare.Builder.build() |
Compare |
Compare.Builder.buildPartial() |
Compare |
TxnRequestOrBuilder.getCompare(int index)
compare is a list of predicates representing a conjunction of terms.
|
Compare |
TxnRequest.getCompare(int index)
compare is a list of predicates representing a conjunction of terms.
|
Compare |
TxnRequest.Builder.getCompare(int index)
compare is a list of predicates representing a conjunction of terms.
|
static Compare |
Compare.getDefaultInstance() |
Compare |
Compare.getDefaultInstanceForType() |
Compare |
Compare.Builder.getDefaultInstanceForType() |
static Compare |
Compare.parseDelimitedFrom(InputStream input) |
static Compare |
Compare.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Compare |
Compare.parseFrom(byte[] data) |
static Compare |
Compare.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Compare |
Compare.parseFrom(ByteBuffer data) |
static Compare |
Compare.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Compare |
Compare.parseFrom(com.google.protobuf.ByteString data) |
static Compare |
Compare.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Compare |
Compare.parseFrom(com.google.protobuf.CodedInputStream input) |
static Compare |
Compare.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Compare |
Compare.parseFrom(InputStream input) |
static Compare |
Compare.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Compare> |
TxnRequestOrBuilder.getCompareList()
compare is a list of predicates representing a conjunction of terms.
|
List<Compare> |
TxnRequest.getCompareList()
compare is a list of predicates representing a conjunction of terms.
|
List<Compare> |
TxnRequest.Builder.getCompareList()
compare is a list of predicates representing a conjunction of terms.
|
com.google.protobuf.Parser<Compare> |
Compare.getParserForType() |
static com.google.protobuf.Parser<Compare> |
Compare.parser() |
| Modifier and Type | Method and Description |
|---|---|
TxnRequest.Builder |
TxnRequest.Builder.addCompare(Compare value)
compare is a list of predicates representing a conjunction of terms.
|
TxnRequest.Builder |
TxnRequest.Builder.addCompare(int index,
Compare value)
compare is a list of predicates representing a conjunction of terms.
|
Compare.Builder |
Compare.Builder.mergeFrom(Compare other) |
static Compare.Builder |
Compare.newBuilder(Compare prototype) |
TxnRequest.Builder |
TxnRequest.Builder.setCompare(int index,
Compare value)
compare is a list of predicates representing a conjunction of terms.
|
| Modifier and Type | Method and Description |
|---|---|
TxnRequest.Builder |
TxnRequest.Builder.addAllCompare(Iterable<? extends Compare> values)
compare is a list of predicates representing a conjunction of terms.
|
Copyright © 2020. All rights reserved.