| Package | Description |
|---|---|
| io.etcd.jetcd | |
| io.etcd.jetcd.op |
| Modifier and Type | Method and Description |
|---|---|
Txn |
Txn.Else(Op... ops)
takes a list of operations.
|
Txn |
Txn.Then(Op... ops)
takes a list of operations.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Op.DeleteOp |
static class |
Op.GetOp |
static class |
Op.PutOp |
static class |
Op.TxnOp |
| Modifier and Type | Method and Description |
|---|---|
TxnImpl |
TxnImpl.Else(Op... ops) |
TxnImpl |
TxnImpl.Then(Op... ops) |
static Op.TxnOp |
Op.txn(Cmp[] cmps,
Op[] thenOps,
Op[] elseOps) |
static Op.TxnOp |
Op.txn(Cmp[] cmps,
Op[] thenOps,
Op[] elseOps) |
| Constructor and Description |
|---|
TxnOp(Cmp[] cmps,
Op[] thenOps,
Op[] elseOps) |
TxnOp(Cmp[] cmps,
Op[] thenOps,
Op[] elseOps) |
Copyright © 2021. All rights reserved.