Interface | Description |
---|---|
FileSystemDescriptor |
FileSystemDescriptor defines the interface containing all the methods which are necessary to
differentiate the behavior of different Hadoop FileSystem implementations, including the URI
scheme with which an implementation is identified.
|
Class | Description |
---|---|
CoopLockFsck |
FSCK tool to recover failed directory mutations guarded by GCS Connector Cooperative Locking
feature.
|
FsBenchmark |
File system operations benchmark tool.
|
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.
|
GoogleHadoopFileSystemBase |
This class provides a Hadoop compatible File System on top of Google Cloud Storage (GCS).
|
GoogleHadoopFileSystemConfiguration |
This class provides a configuration for the
GoogleHadoopFileSystem implementations. |
GoogleHadoopFS |
GoogleHadoopFS provides a YARN compatible Abstract File System on top of
Google Cloud Storage (GCS).
|
GoogleHadoopSyncableOutputStream |
GoogleHadoopSyncableOutputStream implements the
Syncable interface by composing objects
created in separate underlying streams for each hsync() call. |
HadoopConfigurationProperty<T> |
Hadoop configuration property for Google Cloud Storage Connector
|
HadoopCredentialConfiguration |
Hadoop credential configuration for Google Cloud Storage Connector
|
SyncableOutputStreamOptions |
Options for the
GoogleHadoopSyncableOutputStream . |
SyncableOutputStreamOptions.Builder |
Mutable builder for the
SyncableOutputStreamOptions . |
Enum | Description |
---|---|
GoogleHadoopFileSystemBase.Counter |
Defines names of counters we track for each operation.
|
GoogleHadoopFileSystemBase.GcsFileChecksumType |
Available GCS checksum types for use with
GoogleHadoopFileSystemConfiguration.GCS_FILE_CHECKSUM_TYPE . |
GoogleHadoopFileSystemBase.OutputStreamType |
Available types for use with
GoogleHadoopFileSystemConfiguration.GCS_OUTPUT_STREAM_TYPE . |
Copyright © 2022. All rights reserved.