| Package | Description |
|---|---|
| org.apache.curator.framework.recipes.locks |
| Modifier and Type | Method | Description |
|---|---|---|
static Reaper.Mode |
Reaper.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.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Reaper.addPath(java.lang.String path,
Reaper.Mode mode) |
Deprecated.
Add a path to be checked by the reaper.
|
| 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.
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.