Uses of Class
org.apache.curator.framework.recipes.nodes.PersistentEphemeralNode.Mode
-
Packages that use PersistentEphemeralNode.Mode Package Description 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 Modifier and Type Method Description static PersistentEphemeralNode.ModePersistentEphemeralNode.Mode. valueOf(java.lang.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.Constructors in org.apache.curator.framework.recipes.nodes with parameters of type PersistentEphemeralNode.Mode Constructor Description PersistentEphemeralNode(org.apache.curator.framework.CuratorFramework client, PersistentEphemeralNode.Mode mode, java.lang.String basePath, byte[] initData)Deprecated.
-