| 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.If(Cmp... cmps)
takes a list of comparison.
|
Txn |
Txn.Then(Op... ops)
takes a list of operations.
|
Txn |
KV.txn()
creates a transaction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TxnImpl
Build an etcd transaction.
|
Copyright © 2021. All rights reserved.