FSDirectory详解:配置和变量 #24
@ -43,3 +43,17 @@ FSDirectory的操作则全部是在内存中进行的, 并不进行editlog的
|
||||
- INodeAttributeProvider attributeProvider:用于实现权限管理。
|
||||
|
||||
|
||||
## 操作类型
|
||||
|
||||
所有客户端的操作都是通过FSNamesystem.java 的。FSNamesystem.java 会调用具体操作的实现类的。再实现类里面操作时会使用到FSDirectory。
|
||||
|
||||
### 删除
|
||||
|
||||
接口:
|
||||
|
||||
```java
|
||||
boolean delete(String src, boolean recursive, boolean logRetryCache) throws IOException {}
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user