Uses of Enum Class
com.norconex.crawler.fs.fetch.impl.hdfs.HdfsAuthMethod
Packages that use HdfsAuthMethod
-
Uses of HdfsAuthMethod in com.norconex.crawler.fs.fetch.impl.hdfs
Methods in com.norconex.crawler.fs.fetch.impl.hdfs that return HdfsAuthMethodModifier and TypeMethodDescriptionHdfsFetcherConfig.getAuthMethod()Authentication method.static HdfsAuthMethodReturns the enum constant of this class with the specified name.static HdfsAuthMethod[]HdfsAuthMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.norconex.crawler.fs.fetch.impl.hdfs with parameters of type HdfsAuthMethodModifier and TypeMethodDescriptionHdfsFetcherConfig.setAuthMethod(HdfsAuthMethod authMethod) Authentication method.