Package | Description |
---|---|
org.apache.curator.framework.api | |
org.apache.curator.framework.api.transaction |
Modifier and Type | Interface and Description |
---|---|
interface |
ACLCreateModePathAndBytesable<T> |
Modifier and Type | Method and Description |
---|---|
ACLPathAndBytesable<String> |
CreateBuilder.withProtectedEphemeralSequential()
Deprecated.
this has been generalized to support all create modes. Instead, use:
client.create().withProtection().withMode(CreateMode.PERSISTENT_SEQUENTIAL)... |
ACLPathAndBytesable<String> |
CreateBackgroundModeACLable.withProtectedEphemeralSequential()
Hat-tip to https://github.com/sbridges for pointing this out
|
Modifier and Type | Interface and Description |
---|---|
interface |
TransactionCreateBuilder |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.