| Package | Description |
|---|---|
| org.apache.curator.framework.api | |
| org.apache.curator.framework.api.transaction | |
| org.apache.curator.framework.imps |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ACLCreateModePathAndBytesable<T> |
| Modifier and Type | Method | Description |
|---|---|---|
ACLPathAndBytesable<java.lang.String> |
CreateBackgroundModeACLable.withProtectedEphemeralSequential() |
Hat-tip to https://github.com/sbridges for pointing this out
|
ACLPathAndBytesable<java.lang.String> |
CreateBackgroundModeStatACLable.withProtectedEphemeralSequential() |
Hat-tip to https://github.com/sbridges for pointing this out
|
ACLPathAndBytesable<java.lang.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 | Description |
|---|---|---|
interface |
TransactionCreateBuilder<T> |
|
interface |
TransactionCreateBuilder2<T> |
| Modifier and Type | Method | Description |
|---|---|---|
ACLPathAndBytesable<java.lang.String> |
CreateBuilderImpl.withProtectedEphemeralSequential() |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.