Uses of Class
org.apache.curator.framework.recipes.locks.Reaper.Mode
-
Packages that use Reaper.Mode Package Description org.apache.curator.framework.recipes.locks -
-
Uses of Reaper.Mode in org.apache.curator.framework.recipes.locks
Methods in org.apache.curator.framework.recipes.locks that return Reaper.Mode Modifier and Type Method Description static Reaper.ModeReaper.Mode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Reaper.Mode[]Reaper.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.curator.framework.recipes.locks with parameters of type Reaper.Mode Modifier and Type Method Description voidReaper. addPath(java.lang.String path, Reaper.Mode mode)Deprecated.Add a path to be checked by the reaper.Constructors in org.apache.curator.framework.recipes.locks with parameters of type Reaper.Mode Constructor Description ChildReaper(org.apache.curator.framework.CuratorFramework client, java.lang.String path, Reaper.Mode mode)Deprecated.ChildReaper(org.apache.curator.framework.CuratorFramework client, java.lang.String path, Reaper.Mode mode, int reapingThresholdMs)Deprecated.ChildReaper(org.apache.curator.framework.CuratorFramework client, java.lang.String path, Reaper.Mode mode, java.util.concurrent.ScheduledExecutorService executor, int reapingThresholdMs)Deprecated.ChildReaper(org.apache.curator.framework.CuratorFramework client, java.lang.String path, Reaper.Mode mode, java.util.concurrent.ScheduledExecutorService executor, int reapingThresholdMs, java.lang.String leaderPath)Deprecated.ChildReaper(org.apache.curator.framework.CuratorFramework client, java.lang.String path, Reaper.Mode mode, java.util.concurrent.ScheduledExecutorService executor, int reapingThresholdMs, java.lang.String leaderPath, java.util.Set<java.lang.String> lockSchema)Deprecated.
-