Uses of Enum
org.apache.curator.framework.recipes.nodes.PersistentEphemeralNode.Mode
-
Uses of PersistentEphemeralNode.Mode in org.apache.curator.framework.recipes.nodes
Modifier 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.ModifierConstructorDescriptionPersistentEphemeralNode
(CuratorFramework client, PersistentEphemeralNode.Mode mode, String basePath, byte[] initData) Deprecated.