Uses of Class
org.apache.hadoop.hdfs.server.namenode.DfsServlet
Packages that use DfsServlet
-
Uses of DfsServlet in org.apache.hadoop.hdfs.qjournal.server
Subclasses of DfsServlet in org.apache.hadoop.hdfs.qjournal.serverModifier and TypeClassDescriptionclassThis servlet is used in two cases: The QuorumJournalManager, when reading edits, fetches the edit streams from the journal nodes. During edits synchronization, one journal node will fetch edits from another journal node. -
Uses of DfsServlet in org.apache.hadoop.hdfs.server.namenode
Subclasses of DfsServlet in org.apache.hadoop.hdfs.server.namenodeModifier and TypeClassDescriptionclassThis class is used in Namesystem's web server to do fsck on namenode.classA servlet to print out the network topology.classServlet that provides a JSON representation of the namenode's current startup progress.