|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use INode | |
---|---|
org.apache.hadoop.fs.s3 | A distributed, block-based implementation of FileSystem that uses Amazon S3
as a backing store. |
Uses of INode in org.apache.hadoop.fs.s3 |
---|
Fields in org.apache.hadoop.fs.s3 declared as INode | |
---|---|
static INode |
INode.DIRECTORY_INODE
|
Methods in org.apache.hadoop.fs.s3 that return INode | |
---|---|
static INode |
INode.deserialize(InputStream in)
|
INode |
FileSystemStore.retrieveINode(Path path)
|
Methods in org.apache.hadoop.fs.s3 with parameters of type INode | |
---|---|
void |
FileSystemStore.storeINode(Path path,
INode inode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |