| Package | Description |
|---|---|
| org.apache.curator.framework.recipes.nodes |
| Modifier and Type | Method and Description |
|---|---|
static PersistentEphemeralNode.Mode |
PersistentEphemeralNode.Mode.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static PersistentEphemeralNode.Mode[] |
PersistentEphemeralNode.Mode.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PersistentEphemeralNode(org.apache.curator.framework.CuratorFramework client,
PersistentEphemeralNode.Mode mode,
String basePath,
byte[] initData)
Deprecated.
|
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.