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