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
Methods in org.apache.curator.framework.recipes.nodes that return PersistentEphemeralNode.ModeModifier and TypeMethodDescriptionstatic PersistentEphemeralNode.Mode
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.ModeModifierConstructorDescriptionPersistentEphemeralNode
(CuratorFramework client, PersistentEphemeralNode.Mode mode, String basePath, byte[] initData) Deprecated.