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
Subclasses with type arguments of type LeaderLatch.CloseMode in org.apache.curator.framework.recipes.leaderModifier and TypeClassDescriptionstatic enumHow to handle listeners when the latch is closedMethods in org.apache.curator.framework.recipes.leader that return LeaderLatch.CloseModeModifier and TypeMethodDescriptionstatic LeaderLatch.CloseModeReturns 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 TypeMethodDescriptionvoidLeaderLatch.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(org.apache.curator.framework.CuratorFramework client, String latchPath, String id, LeaderLatch.CloseMode closeMode)