Uses of Class
org.apache.curator.framework.recipes.atomic.PromotedToLock.Builder

Packages that use PromotedToLock.Builder
org.apache.curator.framework.recipes.atomic   
 

Uses of PromotedToLock.Builder in org.apache.curator.framework.recipes.atomic
 

Methods in org.apache.curator.framework.recipes.atomic that return PromotedToLock.Builder
static PromotedToLock.Builder PromotedToLock.builder()
          Allocate a new builder
 PromotedToLock.Builder PromotedToLock.Builder.lockPath(String path)
          Set the path for the mutex lock (required)
 PromotedToLock.Builder PromotedToLock.Builder.retryPolicy(org.apache.curator.RetryPolicy retryPolicy)
          Set the retry policy to use when an operation does not succeed
 PromotedToLock.Builder PromotedToLock.Builder.timeout(long maxLockTime, TimeUnit maxLockTimeUnit)
          Set the timeout to use when locking (optional)
 



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