| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.blockmanagement | |
| org.apache.hadoop.hdfs.server.namenode |
| Modifier and Type | Method and Description |
|---|---|
INodeFile |
BlockInfo.getINode() |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockInfo.setINode(INodeFile inode) |
| Modifier and Type | Class and Description |
|---|---|
class |
INodeFileUnderConstruction
I-node for file being written.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FSDirectory.replaceNode(String path,
INodeFile oldnode,
INodeFile newnode)
Replaces the specified inode with the specified one.
|
Copyright © 2013 Apache Software Foundation. All Rights Reserved.