Package | Description |
---|---|
org.apache.hadoop.fs.s3 |
A distributed, block-based implementation of
FileSystem that uses Amazon S3
as a backing store. |
Modifier and Type | Field and Description |
---|---|
static INode |
INode.DIRECTORY_INODE |
Modifier and Type | Method and Description |
---|---|
static INode |
INode.deserialize(InputStream in) |
INode |
FileSystemStore.retrieveINode(Path path) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemStore.storeINode(Path path,
INode inode) |
Copyright © 2013 Apache Software Foundation. All rights reserved.