Uses of Class
org.apache.curator.framework.recipes.locks.Reaper.Mode

Packages that use Reaper.Mode
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
static Reaper.Mode Reaper.Mode.valueOf(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
 void Reaper.addPath(String path, Reaper.Mode mode)
          Add a path to be checked by the reaper.
 

Constructors in org.apache.curator.framework.recipes.locks with parameters of type Reaper.Mode
ChildReaper(org.apache.curator.framework.CuratorFramework client, String path, Reaper.Mode mode)
           
ChildReaper(org.apache.curator.framework.CuratorFramework client, String path, Reaper.Mode mode, int reapingThresholdMs)
           
ChildReaper(org.apache.curator.framework.CuratorFramework client, String path, Reaper.Mode mode, ScheduledExecutorService executor, int reapingThresholdMs)
           
ChildReaper(org.apache.curator.framework.CuratorFramework client, String path, Reaper.Mode mode, ScheduledExecutorService executor, int reapingThresholdMs, String leaderPath)
           
 



Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.