com.netflix.curator.framework.recipes.atomic
Class PromotedToLock

java.lang.Object
  extended by com.netflix.curator.framework.recipes.atomic.PromotedToLock

public class PromotedToLock
extends Object

Abstraction of arguments for mutex promotion. Use builder() to create.


Nested Class Summary
static class PromotedToLock.Builder
           
 
Method Summary
static PromotedToLock.Builder builder()
          Allocate a new builder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

builder

public static PromotedToLock.Builder builder()
Allocate a new builder

Returns:
new builder


Copyright © 2012. All Rights Reserved.