|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FSOutputStream | |
---|---|
org.apache.hadoop.dfs | A distributed implementation of FileSystem . |
org.apache.hadoop.fs | An abstract file system API. |
org.apache.hadoop.fs.s3 | A distributed implementation of FileSystem that uses Amazon S3. |
org.apache.hadoop.mapred | A system for scalable, fault-tolerant, distributed computation over large data collections. |
Uses of FSOutputStream in org.apache.hadoop.dfs |
---|
Methods in org.apache.hadoop.dfs that return FSOutputStream | |
---|---|
FSOutputStream |
DistributedFileSystem.createRaw(Path f,
boolean overwrite,
short replication,
long blockSize)
|
FSOutputStream |
DistributedFileSystem.createRaw(Path f,
boolean overwrite,
short replication,
long blockSize,
Progressable progress)
|
Uses of FSOutputStream in org.apache.hadoop.fs |
---|
Methods in org.apache.hadoop.fs that return FSOutputStream | |
---|---|
FSOutputStream |
LocalFileSystem.createRaw(Path f,
boolean overwrite,
short replication,
long blockSize)
|
abstract FSOutputStream |
FileSystem.createRaw(Path f,
boolean overwrite,
short replication,
long blockSize)
Opens an OutputStream at the indicated Path. |
FSOutputStream |
LocalFileSystem.createRaw(Path f,
boolean overwrite,
short replication,
long blockSize,
Progressable progress)
|
abstract FSOutputStream |
FileSystem.createRaw(Path f,
boolean overwrite,
short replication,
long blockSize,
Progressable progress)
Opens an OutputStream at the indicated Path with write-progress reporting. |
Uses of FSOutputStream in org.apache.hadoop.fs.s3 |
---|
Methods in org.apache.hadoop.fs.s3 that return FSOutputStream | |
---|---|
FSOutputStream |
S3FileSystem.createRaw(Path file,
boolean overwrite,
short replication,
long blockSize)
|
FSOutputStream |
S3FileSystem.createRaw(Path file,
boolean overwrite,
short replication,
long blockSize,
Progressable progress)
|
Uses of FSOutputStream in org.apache.hadoop.mapred |
---|
Methods in org.apache.hadoop.mapred that return FSOutputStream | |
---|---|
FSOutputStream |
PhasedFileSystem.createRaw(Path f,
boolean overwrite,
short replication,
long blockSize)
|
FSOutputStream |
PhasedFileSystem.createRaw(Path f,
boolean overwrite,
short replication,
long blockSize,
Progressable progress)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |