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

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

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

Methods in org.apache.curator.framework.recipes.leader that return LeaderLatch.CloseMode
static LeaderLatch.CloseMode LeaderLatch.CloseMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LeaderLatch.CloseMode[] LeaderLatch.CloseMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.curator.framework.recipes.leader with parameters of type LeaderLatch.CloseMode
 void LeaderLatch.close(LeaderLatch.CloseMode closeMode)
          Remove this instance from the leadership election.
 

Constructors in org.apache.curator.framework.recipes.leader with parameters of type LeaderLatch.CloseMode
LeaderLatch(org.apache.curator.framework.CuratorFramework client, String latchPath, String id, LeaderLatch.CloseMode closeMode)
           
 



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