Uses of Interface
org.apache.curator.framework.api.transaction.TransactionCreateBuilder2
-
Packages that use TransactionCreateBuilder2 Package Description org.apache.curator.framework.api.transaction -
-
Uses of TransactionCreateBuilder2 in org.apache.curator.framework.api.transaction
Subinterfaces of TransactionCreateBuilder2 in org.apache.curator.framework.api.transaction Modifier and Type Interface Description interfaceTransactionCreateBuilder<T>Methods in org.apache.curator.framework.api.transaction that return TransactionCreateBuilder2 Modifier and Type Method Description TransactionCreateBuilder2<T>TransactionCreateBuilder. withTtl(long ttl)Specify a TTL when mode isCreateMode.PERSISTENT_WITH_TTLorCreateMode.PERSISTENT_SEQUENTIAL_WITH_TTL.
-