| Package | Description |
|---|---|
| org.apache.curator.framework.recipes.nodes |
| Modifier and Type | Method and Description |
|---|---|
static PersistentEphemeralNode.Mode |
PersistentEphemeralNode.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersistentEphemeralNode.Mode[] |
PersistentEphemeralNode.Mode.values()
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[] data) |
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.