Modifier and Type | Class and Description |
---|---|
class |
GoogleHadoopFileSystem
GoogleHadoopFileSystem is a version of GoogleHadoopFileSystemBase which is rooted in a single
bucket at initialization time; in this case, Hadoop paths no longer correspond directly to
general GCS paths, and all Hadoop operations going through this FileSystem will never touch
any GCS bucket other than the bucket on which this FileSystem is rooted.
|
Constructor and Description |
---|
GoogleHadoopSyncableOutputStream(GoogleHadoopFileSystemBase ghfs,
java.net.URI gcsPath,
int bufferSize,
org.apache.hadoop.fs.FileSystem.Statistics statistics,
CreateFileOptions createFileOptions)
Creates a new GoogleHadoopSyncableOutputStream with initial stream initialized and expected
to begin at file-offset 0.
|
Copyright © 2018. All rights reserved.