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 transactionTransactionDeleteBuilder<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()
-