Uses of Class
org.apache.curator.framework.recipes.nodes.PersistentEphemeralNode.Mode

Packages that use PersistentEphemeralNode.Mode
org.apache.curator.framework.recipes.nodes   
 

Uses of PersistentEphemeralNode.Mode in org.apache.curator.framework.recipes.nodes
 

Methods in org.apache.curator.framework.recipes.nodes that return PersistentEphemeralNode.Mode
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.
 

Constructors in org.apache.curator.framework.recipes.nodes with parameters of type PersistentEphemeralNode.Mode
PersistentEphemeralNode(org.apache.curator.framework.CuratorFramework client, PersistentEphemeralNode.Mode mode, String basePath, byte[] data)
           
 



Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.