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.TransactionSetDataBuilder
Packages that use
TransactionSetDataBuilder
Package
Description
org.apache.curator.framework.api.transaction
org.apache.curator.framework.imps
Uses of
TransactionSetDataBuilder
in
org.apache.curator.framework.api.transaction
Methods in
org.apache.curator.framework.api.transaction
that return
TransactionSetDataBuilder
Modifier and Type
Method
Description
TransactionSetDataBuilder
<
CuratorTransactionBridge
>
CuratorTransaction.
setData
()
Deprecated.
Start a setData builder in the transaction
TransactionSetDataBuilder
<
CuratorOp
>
TransactionOp.
setData
()
Start a setData builder in the transaction
Uses of
TransactionSetDataBuilder
in
org.apache.curator.framework.imps
Methods in
org.apache.curator.framework.imps
that return
TransactionSetDataBuilder
Modifier and Type
Method
Description
TransactionSetDataBuilder
<
CuratorOp
>
TransactionOpImpl.
setData
()