Package | Description |
---|---|
framework | |
org.apache.curator.framework | |
org.apache.curator.framework.api.transaction | |
org.apache.curator.framework.imps |
Modifier and Type | Method and Description |
---|---|
static CuratorTransaction |
TransactionExamples.startTransaction(CuratorFramework client) |
Modifier and Type | Method and Description |
---|---|
static CuratorTransactionFinal |
TransactionExamples.addCreateToTransaction(CuratorTransaction transaction) |
static CuratorTransactionFinal |
TransactionExamples.addDeleteToTransaction(CuratorTransaction transaction) |
Modifier and Type | Method and Description |
---|---|
CuratorTransaction |
CuratorFramework.inTransaction()
Start a transaction builder
|
CuratorTransaction |
CuratorTempFramework.inTransaction()
Start a transaction builder
|
Modifier and Type | Interface and Description |
---|---|
interface |
CuratorTransactionFinal
Adds commit to the transaction interface
|
Modifier and Type | Method and Description |
---|---|
CuratorTransaction |
CuratorTempFrameworkImpl.inTransaction() |
CuratorTransaction |
CuratorFrameworkImpl.inTransaction() |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.