public interface ZooKeeperFacadeMXBean
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContents(java.lang.String path)
Returns the content of the given path, assuming the path refers to a file
|
ZkContents |
read(java.lang.String path)
Reads the contents of a path
|
ZkContents read(java.lang.String path) throws java.lang.Exception
java.lang.Exceptionjava.lang.String getContents(java.lang.String path)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2014 Red Hat. All Rights Reserved.