Home
last modified time | relevance | path

Searched defs:FSNamesystem (Results 1 – 2 of 2) sorted by relevance

/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/server/namenode/
H A DFSNamesystem.java146 public class FSNamesystem implements FSConstants, FSNamesystemMBean, FSClusterStats, class
393 FSNamesystem(NameNode nn, Configuration conf) throws IOException { in FSNamesystem() method in FSNamesystem
502 FSNamesystem(FSImage fsImage, Configuration conf) throws IOException { in FSNamesystem() method in FSNamesystem
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DFSNamesystem.java314 public class FSNamesystem implements Namesystem, FSNamesystemMBean, class
696 FSNamesystem(Configuration conf, FSImage fsImage) throws IOException { in FSNamesystem() method in FSNamesystem
712 FSNamesystem(Configuration conf, FSImage fsImage, boolean ignoreRetryCache) in FSNamesystem() method in FSNamesystem