ACLable<T>, ACLCreateModePathAndBytesable<T>, ACLPathAndBytesable<T>, Compressible<T>, CreateModable<T>, ParentACLable<T>, PathAndBytesable<T>, TransactionCreateBuilder2<T>public interface TransactionCreateBuilder<T> extends TransactionCreateBuilder2<T>
| Modifier and Type | Method | Description |
|---|---|---|
TransactionCreateBuilder2<T> |
withTtl(long ttl) |
Specify a TTL when mode is
CreateMode.PERSISTENT_WITH_TTL or
CreateMode.PERSISTENT_SEQUENTIAL_WITH_TTL. |
compressedwithModewithACLforPath, forPathTransactionCreateBuilder2<T> withTtl(long ttl)
CreateMode.PERSISTENT_WITH_TTL or
CreateMode.PERSISTENT_SEQUENTIAL_WITH_TTL. If
the znode has not been modified within the given TTL, it will be deleted once it has no
children. The TTL unit is milliseconds and must be greater than 0 and less than or equal to
EphemeralType.MAX_TTL.ttl - the ttlCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.