Uses of Class
org.apache.curator.framework.recipes.leader.LeaderLatch.State
-
Packages that use LeaderLatch.State Package Description 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 Modifier and Type Method Description LeaderLatch.StateLeaderLatch. getState()Returns this instances current state, this is the only way to verify that the object has been closed before closing again.static LeaderLatch.StateLeaderLatch.State. valueOf(java.lang.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.
-