Skip to content

Commit c905dbe

Browse files
author
O1.4
committed
add arch for 6th
1 parent 809fb2e commit c905dbe

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

hadoop_common_fs_source_analyse.md

+23
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@
1111

1212
[5 FileSystem深入分析](#5-filesystem深入分析)
1313

14+
[6 输入输出流分析](#6-输入输出流分析)
15+
1416
[7 AbstractFileSystem分析](#7-abstractfilesystem分析)
1517

18+
[8 结论与进一步的工作](#8-结论与进一步的工作)
19+
1620
1 修订记录
1721
----------
1822
序号 | 时间 | 修订人 | 版本
@@ -1393,6 +1397,18 @@ LocalFileSystem 有一个属性rfs,用来表原生的文件系统。LocalFileS
13931397
如copyFromLocalFile 和copyToLocalFile 等。
13941398

13951399

1400+
1401+
6 输入输出流分析
1402+
---------------
1403+
1404+
* 6.1 FSInputStream 抽象类
1405+
* 6.2 输出流
1406+
* 6.3 FSInputChecker
1407+
* 6.4 FSOutputSummer
1408+
* 6.5 FSDataInputStream
1409+
* 6.6 FSDataOutputStream
1410+
1411+
13961412
7 AbstractFileSystem分析
13971413
-------------------------
13981414
* [7.1 AbstractFileSystem抽象类](#71-abstractfilesystem抽象类)
@@ -1617,6 +1633,13 @@ FileContext 的getFSofPath 方法用来获得支持指定路径path 的文件系
16171633

16181634
总的来说,FileContext.open 是通过调用AbstractFileSystem.open来实现的。
16191635

1636+
1637+
1638+
1639+
8 结论与进一步的工作
1640+
-------------------
1641+
1642+
16201643
[3-1.jpg]: ./images/3-1.jpg
16211644
[4-1.png]: ./images/4-1.png
16221645
[4-2.png]: ./images/4-2.png

0 commit comments

Comments
 (0)