用法
创建PersistentNode
public PersistentNode(CuratorFramework client,
CreateMode mode,
boolean useProtection,
String basePath,
byte[] data)
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