Uses of Enum
org.apache.curator.framework.recipes.nodes.PersistentEphemeralNode.Mode
Packages that use PersistentEphemeralNode.Mode
-
Uses of PersistentEphemeralNode.Mode in org.apache.curator.framework.recipes.nodes
Subclasses with type arguments of type PersistentEphemeralNode.Mode in org.apache.curator.framework.recipes.nodesMethods in org.apache.curator.framework.recipes.nodes that return PersistentEphemeralNode.ModeModifier and TypeMethodDescriptionstatic PersistentEphemeralNode.ModeDeprecated.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.ModeModifierConstructorDescriptionPersistentEphemeralNode(org.apache.curator.framework.CuratorFramework client, PersistentEphemeralNode.Mode mode, String basePath, byte[] initData) Deprecated.
PersistentNode