Package | Description |
---|---|
com.google.cloud.hadoop.fs.gcs | |
com.google.cloud.hadoop.fs.gcs.auth |
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,
URI gcsPath,
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.
|
GoogleHadoopSyncableOutputStream(GoogleHadoopFileSystemBase ghfs,
URI gcsPath,
org.apache.hadoop.fs.FileSystem.Statistics statistics,
CreateFileOptions createFileOptions,
boolean appendMode)
Creates a new GoogleHadoopSyncableOutputStream suitable for appending to existing files.
|
Modifier and Type | Method and Description |
---|---|
GoogleHadoopFileSystemBase |
AbstractDelegationTokenBinding.getFileSystem()
Returns the bound file system
|
Modifier and Type | Method and Description |
---|---|
void |
GcsDelegationTokens.bindToFileSystem(GoogleHadoopFileSystemBase fs,
org.apache.hadoop.io.Text service)
Bind to the filesystem.
|
void |
AbstractDelegationTokenBinding.bindToFileSystem(GoogleHadoopFileSystemBase fs,
org.apache.hadoop.io.Text service)
Bind to the filesystem.
|
Copyright © 2019. All rights reserved.