Home
last modified time | relevance | path

Searched refs:getBlockFileNoExistsCheck (Results 1 – 2 of 2) sorted by relevance

/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/server/datanode/
H A DFSDataset.java1088 File f = getBlockFileNoExistsCheck(b); in getBlockInputStream()
1102 private File getBlockFileNoExistsCheck(Block b) throws IOException { in getBlockFileNoExistsCheck() method in FSDataset
1112 File blockFile = getBlockFileNoExistsCheck(b); in getBlockInputStream()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/
H A DFsDatasetImpl.java698 private File getBlockFileNoExistsCheck(ExtendedBlock b, in getBlockFileNoExistsCheck() method in FsDatasetImpl
714 File blockFile = getBlockFileNoExistsCheck(b, true); in getBlockInputStream()