Uses of Class
org.apache.hadoop.util.ZKUtil.ZKAuthInfo
Packages that use ZKUtil.ZKAuthInfo
Package
Description
Classes for hadoop security.
Common utilities.
This package provides utilities to interact with Curator ZooKeeper.
-
Uses of ZKUtil.ZKAuthInfo in org.apache.hadoop.security
Methods in org.apache.hadoop.security that return types with arguments of type ZKUtil.ZKAuthInfoModifier and TypeMethodDescriptionstatic List<ZKUtil.ZKAuthInfo>SecurityUtil.getZKAuthInfos(Configuration conf, String configKey) Utility method to fetch ZK auth info from the configuration. -
Uses of ZKUtil.ZKAuthInfo in org.apache.hadoop.util
Methods in org.apache.hadoop.util that return types with arguments of type ZKUtil.ZKAuthInfoModifier and TypeMethodDescriptionstatic List<ZKUtil.ZKAuthInfo>Parse a comma-separated list of authentication mechanisms. -
Uses of ZKUtil.ZKAuthInfo in org.apache.hadoop.util.curator
Methods in org.apache.hadoop.util.curator that return types with arguments of type ZKUtil.ZKAuthInfoModifier and TypeMethodDescriptionstatic List<ZKUtil.ZKAuthInfo>ZKCuratorManager.getZKAuths(Configuration conf) Utility method to fetch ZK auth info from the configuration.