Uses of Class
org.apache.curator.framework.recipes.leader.LeaderLatch.State

Packages that use LeaderLatch.State
org.apache.curator.framework.recipes.leader   
 

Uses of LeaderLatch.State in org.apache.curator.framework.recipes.leader
 

Methods in org.apache.curator.framework.recipes.leader that return LeaderLatch.State
 LeaderLatch.State LeaderLatch.getState()
          Returns this instances current state, this is the only way to verify that the object has been closed before closing again.
static LeaderLatch.State LeaderLatch.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LeaderLatch.State[] LeaderLatch.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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