Home
last modified time | relevance | path

Searched refs:dfsis (Results 1 – 4 of 4) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/
H A DTestScrLazyPersistFiles.java94 HdfsDataInputStream dfsis = (HdfsDataInputStream) fis; in testRamDiskShortCircuitRead() local
96 dfsis.getReadStatistics().getTotalBytesRead()); in testRamDiskShortCircuitRead()
98 dfsis.getReadStatistics().getTotalShortCircuitBytesRead()); in testRamDiskShortCircuitRead()
141 HdfsDataInputStream dfsis = (HdfsDataInputStream) fis; in testRamDiskEvictionWithShortCircuitReadHandle() local
143 dfsis.getReadStatistics().getTotalBytesRead()); in testRamDiskEvictionWithShortCircuitReadHandle()
145 dfsis.getReadStatistics().getTotalShortCircuitBytesRead()); in testRamDiskEvictionWithShortCircuitReadHandle()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/fs/
H A DHdfs.java315 final DFSInputStream dfsis = dfs.open(getUriPath(f),
317 return dfs.createWrappedInputStream(dfsis);
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/
H A DDFSClient.java1443 public HdfsDataInputStream createWrappedInputStream(DFSInputStream dfsis) in createWrappedInputStream() argument
1445 final FileEncryptionInfo feInfo = dfsis.getFileEncryptionInfo(); in createWrappedInputStream()
1453 new CryptoInputStream(dfsis, codec, decrypted.getMaterial(), in createWrappedInputStream()
1458 return new HdfsDataInputStream(dfsis); in createWrappedInputStream()
H A DDistributedFileSystem.java303 final DFSInputStream dfsis =
305 return dfs.createWrappedInputStream(dfsis);