Package | Description |
---|---|
org.apache.curator.framework.recipes.locks |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Reaper.addPath(String path,
Reaper.Mode mode)
Deprecated.
Add a path to be checked by the reaper.
|
Constructor and Description |
---|
ChildReaper(CuratorFramework client,
String path,
Reaper.Mode mode)
Deprecated.
|
ChildReaper(CuratorFramework client,
String path,
Reaper.Mode mode,
int reapingThresholdMs)
Deprecated.
|
ChildReaper(CuratorFramework client,
String path,
Reaper.Mode mode,
ScheduledExecutorService executor,
int reapingThresholdMs)
Deprecated.
|
ChildReaper(CuratorFramework client,
String path,
Reaper.Mode mode,
ScheduledExecutorService executor,
int reapingThresholdMs,
String leaderPath)
Deprecated.
|
ChildReaper(CuratorFramework client,
String path,
Reaper.Mode mode,
ScheduledExecutorService executor,
int reapingThresholdMs,
String leaderPath,
Set<String> lockSchema)
Deprecated.
|
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.