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