Uses of Interface
org.apache.curator.framework.api.transaction.CuratorOp
Packages that use CuratorOp
Package
Description
-
Uses of CuratorOp in org.apache.curator.framework.api.transaction
Methods in org.apache.curator.framework.api.transaction that return types with arguments of type CuratorOpModifier 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 transactionMethods in org.apache.curator.framework.api.transaction with parameters of type CuratorOpModifier and TypeMethodDescriptionCuratorMultiTransactionMain.forOperations(CuratorOp... operations) Commit the given operations as a single transaction.Method parameters in org.apache.curator.framework.api.transaction with type arguments of type CuratorOpModifier and TypeMethodDescriptionCuratorMultiTransactionMain.forOperations(List<CuratorOp> operations) Commit the given operations as a single transaction. -
Uses of CuratorOp in org.apache.curator.framework.imps
Classes in org.apache.curator.framework.imps that implement CuratorOpMethods in org.apache.curator.framework.imps that return types with arguments of type CuratorOpModifier and TypeMethodDescriptionTransactionOpImpl.check()TransactionOpImpl.create()TransactionOpImpl.delete()TransactionOpImpl.setData()Methods in org.apache.curator.framework.imps with parameters of type CuratorOpModifier and TypeMethodDescriptionCuratorMultiTransactionImpl.forOperations(CuratorOp... operations) Method parameters in org.apache.curator.framework.imps with type arguments of type CuratorOpModifier and TypeMethodDescriptionCuratorMultiTransactionImpl.forOperations(List<CuratorOp> operations) -
Uses of CuratorOp in org.apache.curator.x.async.api
Methods in org.apache.curator.x.async.api that return types with arguments of type CuratorOpModifier 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 providerAsyncTransactionCreateBuilder.uncompressed()Cause the data to be uncompressed, even if theCuratorFrameworkhas compressionEnabledAsyncTransactionSetDataBuilder.uncompressed()Cause the data to be uncompressed, even if theCuratorFrameworkhas compressionEnabledSet 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_TTLorCreateMode.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.AsyncTransactionSetDataBuilder.withVersionUncompressed(int version) Cause the data to be uncompressed, even if theCuratorFrameworkhas compressionEnabled.Method parameters in org.apache.curator.x.async.api with type arguments of type CuratorOpModifier 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
Methods in org.apache.curator.x.async.migrations that return types with arguments of type CuratorOpModifier and TypeMethodDescriptionMigration.operations()Return the operations to execute in a transaction. -
Uses of CuratorOp in org.apache.curator.x.async.modeled
Methods in org.apache.curator.x.async.modeled that return CuratorOpModifier 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.Method parameters in org.apache.curator.x.async.modeled with type arguments of type CuratorOpModifier 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
Methods in org.apache.curator.x.async.modeled.details that return CuratorOpModifier and TypeMethodDescriptionModeledFrameworkImpl.checkExistsOp()ModeledFrameworkImpl.checkExistsOp(int version) ModeledFrameworkImpl.deleteOp()ModeledFrameworkImpl.deleteOp(int version) Method parameters in org.apache.curator.x.async.modeled.details with type arguments of type CuratorOp -
Uses of CuratorOp in org.apache.curator.x.async.modeled.versioned
Methods in org.apache.curator.x.async.modeled.versioned that return CuratorOp