Uses of Class
org.apache.hadoop.hdfs.server.namenode.NameNode
Packages that use NameNode
Package
Description
-
Uses of NameNode in org.apache.hadoop.hdfs.security.token.delegation
Methods in org.apache.hadoop.hdfs.security.token.delegation with parameters of type NameNodeModifier and TypeMethodDescriptionstatic org.apache.hadoop.security.CredentialsDelegationTokenSecretManager.createCredentials(NameNode namenode, org.apache.hadoop.security.UserGroupInformation ugi, String renewer) A utility method for creating credentials. -
Uses of NameNode in org.apache.hadoop.hdfs.server.namenode
Subclasses of NameNode in org.apache.hadoop.hdfs.server.namenodeFields in org.apache.hadoop.hdfs.server.namenode declared as NameNodeMethods in org.apache.hadoop.hdfs.server.namenode that return NameNodeModifier and TypeMethodDescriptionstatic NameNodeNameNode.createNameNode(String[] argv, org.apache.hadoop.conf.Configuration conf) static NameNodeNameNodeHttpServer.getNameNodeFromContext(javax.servlet.ServletContext context) Constructors in org.apache.hadoop.hdfs.server.namenode with parameters of type NameNodeModifierConstructorDescriptionNameNodeRpcServer(org.apache.hadoop.conf.Configuration conf, NameNode nn) -
Uses of NameNode in org.apache.hadoop.hdfs.web.resources
Constructors in org.apache.hadoop.hdfs.web.resources with parameters of type NameNodeModifierConstructorDescriptionNamenodeAddressParam(NameNode namenode) Construct an object using the RPC address of the given namenode.