@VisibleForTesting
public class ZKPathDumper
extends java.lang.Object
toString() method, so it
can be used in a log statement -the operation
will only take place if the method is evaluated.| Modifier and Type | Field | Description |
|---|---|---|
static int |
INDENT |
| Constructor | Description |
|---|---|
ZKPathDumper(org.apache.curator.framework.CuratorFramework curator,
java.lang.String root,
boolean verbose) |
Create a path dumper -but do not dump the path until asked
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toString() |
Trigger the recursive registry dump.
|
public static final int INDENT
public ZKPathDumper(org.apache.curator.framework.CuratorFramework curator,
java.lang.String root,
boolean verbose)
curator - curator instanceroot - rootverbose - verbose flag - includes more details (such as ACLs)Copyright © 2008–2025 Apache Software Foundation. All rights reserved.