Skip to content

Commit

Permalink
CURATOR-591: Update the PersistentNode documentation
Browse files Browse the repository at this point in the history
As a follow up of #380, we should update the `PersistentNode` doc.

Author: Paul Boutes <paul.boutes@gmail.com>

Reviewers: Enrico Olivelli <eolivelli@apache.org>, Zili Chen, Cameron McKenzie

Closes #381 from pboutes/CURATOR-591
  • Loading branch information
pboutes authored and eolivelli committed Mar 28, 2021
1 parent 7a09c11 commit 15a9f03
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -13,13 +13,15 @@ public PersistentNode(CuratorFramework client,
CreateMode mode,
boolean useProtection,
String basePath,
byte[] data)
byte[] data,
boolean useParentCreation)
Parameters:
client - client instance
mode - creation mode
useProtection - if true, call CreateBuilder.withProtection()
basePath - the base path for the node
data - data for the node
useParentCreation - if true, call CreateBuilder.creatingParentContainersIfNeeded()
{code}

h3. General Usage
Expand Down

0 comments on commit 15a9f03

Please sign in to comment.