JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
org.apache.curator.framework.api.transaction.TransactionCreateBuilder
Packages that use
TransactionCreateBuilder
Package
Description
org.apache.curator.framework.api.transaction
org.apache.curator.framework.imps
Uses of
TransactionCreateBuilder
in
org.apache.curator.framework.api.transaction
Methods in
org.apache.curator.framework.api.transaction
that return
TransactionCreateBuilder
Modifier and Type
Method
Description
TransactionCreateBuilder
<
CuratorTransactionBridge
>
CuratorTransaction.
create
()
Deprecated.
Start a create builder in the transaction
TransactionCreateBuilder
<
CuratorOp
>
TransactionOp.
create
()
Start a create builder in the transaction
Uses of
TransactionCreateBuilder
in
org.apache.curator.framework.imps
Methods in
org.apache.curator.framework.imps
that return
TransactionCreateBuilder
Modifier and Type
Method
Description
TransactionCreateBuilder
<
CuratorOp
>
TransactionOpImpl.
create
()