Java org.apache.hadoop.util ZKUtil fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.util ZKUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.util ZKUtil.

The text is from its open source code.

Method

ListparseACLs(String aclString)
Parse comma separated list of ACL entries to secure generated nodes, e.g.
ListparseAuth(String authString)
Parse a comma-separated list of authentication mechanisms.
intremoveSpecificPerms(int perms, int remove)
Helper method to remove a subset of permissions (remove) from a given set (perms).
StringresolveConfIndirection(String valInConf)
Because ZK ACLs and authentication information may be secret, allow the configuration values to be indirected through a file by specifying the configuration as "@/path/to/file".