Dynamic Data Masking
- Dynamic Data Masking 9.9
- All Products
Command
| Parameters
| Description
| |||
---|---|---|---|---|---|
-data
| -path
| -type
| -url
| ||
connect
| Optional.
| Required.
| Connects to ZooKeeper using the URL.
If you specify the path, ZooKeeper treats it as the root directory.
| ||
create
| Optional.
| Required.
| Optional.
| Creates a new node.
If you do not specify the data parameter, the default value is null.
If you do not specify type, the default value is PERSISTENT.
You can specify one of the following types:
| |
delete
| Required.
| Deletes the parent node and children nodes recursively.
| |||
disconnect
| Disconnects from ZooKeeper and deletes the ephemeral nodes.
| ||||
get
| Required.
| Optional.
| Prints data from the specified path.
If you do not specify type, the default value is String.
You can specify one of the following types:
| ||
list
| Optional.
| Lists all nodes recursively.
If you do not specify path, the default value is
/ .
| |||
update
| Optional.
| Required.
| Updates the existing node in the specified path.
|
server zookeeper [create | update | delete | get | list | connect | disconnect] -path <path> -data <data> -type <type> -url <url>
server zookeeper connect -url <url of the zookeeper ensemble> -targets user/password@host:port[;SSL];
server zookeeper create -path <path> -targets user/password@host:port[;SSL];