Uses of Interface
org.apache.curator.framework.api.transaction.CuratorOp
Package
Description
-
Uses of CuratorOp in org.apache.curator.framework.api.transaction
Modifier and TypeMethodDescriptionTransactionOp.check()
Start a check builder in the transactionTransactionOp.create()
Start a create builder in the transactionTransactionOp.delete()
Start a delete builder in the transactionTransactionOp.setData()
Start a setData builder in the transactionModifier and TypeMethodDescriptionCuratorMultiTransactionMain.forOperations
(CuratorOp... operations) Commit the given operations as a single transaction.Modifier and TypeMethodDescriptionCuratorMultiTransactionMain.forOperations
(List<CuratorOp> operations) Commit the given operations as a single transaction. -
Uses of CuratorOp in org.apache.curator.framework.imps
Modifier and TypeMethodDescriptionTransactionOpImpl.check()
TransactionOpImpl.create()
TransactionOpImpl.delete()
TransactionOpImpl.setData()
Modifier and TypeMethodDescriptionCuratorMultiTransactionImpl.forOperations
(CuratorOp... operations) Modifier and TypeMethodDescriptionCuratorMultiTransactionImpl.forOperations
(List<CuratorOp> operations) -
Uses of CuratorOp in org.apache.curator.x.async.api
Modifier and TypeMethodDescriptionAsyncTransactionCreateBuilder.compressed()
Cause the data to be compressed using the configured compression providerAsyncTransactionSetDataBuilder.compressed()
Cause the data to be compressed using the configured compression providerSet an ACL list (default isZooDefs.Ids.OPEN_ACL_UNSAFE
)AsyncTransactionCreateBuilder.withMode
(org.apache.zookeeper.CreateMode createMode) Specify a mode for the create.AsyncTransactionCreateBuilder.withOptions
(org.apache.zookeeper.CreateMode createMode, List<org.apache.zookeeper.data.ACL> aclList, boolean compressed) Specify mode, acl list and compressionAsyncTransactionCreateBuilder.withOptions
(org.apache.zookeeper.CreateMode createMode, List<org.apache.zookeeper.data.ACL> aclList, boolean compressed, long ttl) Specify mode, acl list, compression and ttlAsyncTransactionCreateBuilder.withTtl
(long ttl) Specify a TTL when mode isCreateMode.PERSISTENT_WITH_TTL
orCreateMode.PERSISTENT_SEQUENTIAL_WITH_TTL
.AsyncTransactionCheckBuilder.withVersion
(int version) Use the given version (the default is -1)AsyncTransactionDeleteBuilder.withVersion
(int version) Changes the version number used.AsyncTransactionSetDataBuilder.withVersion
(int version) Changes the version number used.AsyncTransactionSetDataBuilder.withVersionCompressed
(int version) Cause the data to be compressed using the configured compression provider.Modifier and TypeMethodDescriptionAsyncMultiTransaction.forOperations
(List<CuratorOp> operations) Invoke ZooKeeper to commit the given operations as a single transaction. -
Uses of CuratorOp in org.apache.curator.x.async.migrations
Modifier and TypeMethodDescriptionMigration.operations()
Return the operations to execute in a transaction. -
Uses of CuratorOp in org.apache.curator.x.async.modeled
Modifier and TypeMethodDescriptionModeledFramework.checkExistsOp()
Check exists operation instance that can be passed among other operations toModeledFramework.inTransaction(java.util.List)
to be executed as a single transaction.ModeledFramework.checkExistsOp
(int version) Check exists operation instance that can be passed among other operations toModeledFramework.inTransaction(java.util.List)
to be executed as a single transaction.Create operation instance that can be passed among other operations toModeledFramework.inTransaction(java.util.List)
to be executed as a single transaction.ModeledFramework.deleteOp()
Delete operation instance that can be passed among other operations toModeledFramework.inTransaction(java.util.List)
to be executed as a single transaction.ModeledFramework.deleteOp
(int version) Delete operation instance that can be passed among other operations toModeledFramework.inTransaction(java.util.List)
to be executed as a single transaction.Update operation instance that can be passed among other operations toModeledFramework.inTransaction(java.util.List)
to be executed as a single transaction.Create operation instance that can be passed among other operations toModeledFramework.inTransaction(java.util.List)
to be executed as a single transaction.Modifier and TypeMethodDescriptionModeledFramework.inTransaction
(List<CuratorOp> operations) Invoke ZooKeeper to commit the given operations as a single transaction. -
Uses of CuratorOp in org.apache.curator.x.async.modeled.details
Modifier and TypeMethodDescriptionModeledFrameworkImpl.checkExistsOp()
ModeledFrameworkImpl.checkExistsOp
(int version) ModeledFrameworkImpl.deleteOp()
ModeledFrameworkImpl.deleteOp
(int version) -
Uses of CuratorOp in org.apache.curator.x.async.modeled.versioned