Uses of Interface
org.apache.curator.framework.api.ACLPathAndBytesable

Packages that use ACLPathAndBytesable
org.apache.curator.framework.api   
org.apache.curator.framework.api.transaction   
 

Uses of ACLPathAndBytesable in org.apache.curator.framework.api
 

Subinterfaces of ACLPathAndBytesable in org.apache.curator.framework.api
 interface ACLCreateModePathAndBytesable<T>
           
 

Methods in org.apache.curator.framework.api that return ACLPathAndBytesable
 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
 

Uses of ACLPathAndBytesable in org.apache.curator.framework.api.transaction
 

Subinterfaces of ACLPathAndBytesable in org.apache.curator.framework.api.transaction
 interface TransactionCreateBuilder
           
 



Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.