|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||