| Package | Description |
|---|---|
| com.coreos.jetcd | |
| com.coreos.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 |
| Modifier and Type | Method and Description |
|---|---|
TxnImpl |
TxnImpl.Else(Op... ops) |
TxnImpl |
TxnImpl.Then(Op... ops) |
Copyright © 2017. All rights reserved.