Uses of Class
org.apache.curator.framework.recipes.leader.LeaderLatch.CloseMode
-
Packages that use LeaderLatch.CloseMode Package Description 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 Modifier and Type Method Description static LeaderLatch.CloseModeLeaderLatch.CloseMode. valueOf(java.lang.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 Modifier and Type Method Description voidLeaderLatch. 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 Constructor Description LeaderLatch(org.apache.curator.framework.CuratorFramework client, java.lang.String latchPath, java.lang.String id, LeaderLatch.CloseMode closeMode)
-