Uses of Enum
org.apache.curator.framework.recipes.leader.LeaderLatch.CloseMode
Packages that use LeaderLatch.CloseMode
-
Uses of LeaderLatch.CloseMode in org.apache.curator.framework.recipes.leader
Methods in org.apache.curator.framework.recipes.leader that return LeaderLatch.CloseModeModifier and TypeMethodDescriptionstatic LeaderLatch.CloseMode
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.CloseModeModifier and TypeMethodDescriptionvoid
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.CloseModeModifierConstructorDescriptionLeaderLatch
(CuratorFramework client, String latchPath, String id, LeaderLatch.CloseMode closeMode)