| Package | Description |
|---|---|
| com.google.cloud.hadoop.gcsio | |
| com.google.cloud.hadoop.gcsio.cooplock | |
| com.google.cloud.hadoop.gcsio.testing |
| Class and Description |
|---|
| BatchHelper
BatchHelper abstracts out the logic for maximum requests per batch, and also allows a workaround
for the fact that
BatchRequest was made a "final class" for some reason, making it
impossible to unittest. |
| CreateBucketOptions
Options that can be specified when creating a bucket in the
GoogleCloudStorage. |
| CreateBucketOptions.Builder
Builder for
CreateBucketOptions |
| CreateFileOptions
Options that can be specified when creating a file in the
GoogleCloudStorageFileSystem. |
| CreateFileOptions.Builder
Builder for
CreateFileOptions |
| CreateObjectOptions
Options that can be specified when creating a file in the
GoogleCloudStorage. |
| CreateObjectOptions.Builder |
| FileInfo
Contains information about a file or a directory.
|
| ForwardingGoogleCloudStorage
A class that wraps a
GoogleCloudStorage object, delegating all calls to it. |
| GoogleCloudStorage
Interface for exposing the Google Cloud Storage API behavior in a way more amenable to writing
filesystem semantics on top of it, without having to deal with API-specific considerations such
as HttpTransports, credentials, network errors, batching, etc.
|
| GoogleCloudStorage.ListPage
Paged list request response
|
| GoogleCloudStorageClientImpl
Provides read/write access to Google Cloud Storage (GCS), using Java nio channel semantics.
|
| GoogleCloudStorageClientImpl.Builder |
| GoogleCloudStorageFileSystemOptions
Configurable options for the
GoogleCloudStorageFileSystem class. |
| GoogleCloudStorageFileSystemOptions.Builder
Mutable builder for
GoogleCloudStorageFileSystemOptions. |
| GoogleCloudStorageFileSystemOptions.ClientType
Cloud Storage client to use.
|
| GoogleCloudStorageImpl.BackOffFactory
A factory for producing BackOff objects.
|
| GoogleCloudStorageItemInfo
Contains information about an item in Google Cloud Storage.
|
| GoogleCloudStorageItemInfo.Provider
Convenience interface for classes which want to implement Provider of
GoogleCloudStorageItemInfo for callers which may not know the concrete type of an object, but
want to check if the object happens to be an instance of this InfoProvider.
|
| GoogleCloudStorageOptions
Configuration options for the GoogleCloudStorage class.
|
| GoogleCloudStorageOptions.Builder
Mutable builder for the
GoogleCloudStorageOptions class. |
| GoogleCloudStorageOptions.MetricsSink |
| GoogleCloudStorageReadOptions
Advanced options for reading GoogleCloudStorage objects.
|
| GoogleCloudStorageReadOptions.Builder
Mutable builder for GoogleCloudStorageReadOptions.
|
| GoogleCloudStorageReadOptions.Fadvise
Operational modes of fadvise feature.
|
| ListFileOptions
Options that can be specified when listing files in the
GoogleCloudStorageFileSystem. |
| ListFileOptions.Builder
Builder for
ListFileOptions |
| ListObjectOptions
Options that can be specified when listing objects in the
GoogleCloudStorage. |
| ListObjectOptions.Builder
Builder for
ListObjectOptions |
| ObjectWriteConditions
Conditions on which a object write should be allowed to continue.
|
| ObjectWriteConditions.Builder |
| PerformanceCachingGoogleCloudStorageOptions
Configurable options for
PerformanceCachingGoogleCloudStorage. |
| PerformanceCachingGoogleCloudStorageOptions.Builder
Builder class for PerformanceCachingGoogleCloudStorageOptions.
|
| StorageResourceId
Data struct representing either a GCS StorageObject, a GCS Bucket or the GCS root (gs://).
|
| UpdatableItemInfo
Item information that can be updated without re-writing an entire object.
|
| VerificationAttributes
GCS provided validation attributes for a single object.
|
| Class and Description |
|---|
| FileInfo
Contains information about a file or a directory.
|
| GoogleCloudStorage
Interface for exposing the Google Cloud Storage API behavior in a way more amenable to writing
filesystem semantics on top of it, without having to deal with API-specific considerations such
as HttpTransports, credentials, network errors, batching, etc.
|
| GoogleCloudStorageImpl
Provides read/write access to Google Cloud Storage (GCS), using Java nio channel semantics.
|
| StorageResourceId
Data struct representing either a GCS StorageObject, a GCS Bucket or the GCS root (gs://).
|
| Class and Description |
|---|
| CreateBucketOptions
Options that can be specified when creating a bucket in the
GoogleCloudStorage. |
| CreateObjectOptions
Options that can be specified when creating a file in the
GoogleCloudStorage. |
| GoogleCloudStorage
Interface for exposing the Google Cloud Storage API behavior in a way more amenable to writing
filesystem semantics on top of it, without having to deal with API-specific considerations such
as HttpTransports, credentials, network errors, batching, etc.
|
| GoogleCloudStorage.ListPage
Paged list request response
|
| GoogleCloudStorageItemInfo
Contains information about an item in Google Cloud Storage.
|
| GoogleCloudStorageOptions
Configuration options for the GoogleCloudStorage class.
|
| GoogleCloudStorageReadChannel
Provides seekable read access to GCS.
|
| GoogleCloudStorageReadOptions
Advanced options for reading GoogleCloudStorage objects.
|
| ListObjectOptions
Options that can be specified when listing objects in the
GoogleCloudStorage. |
| StorageResourceId
Data struct representing either a GCS StorageObject, a GCS Bucket or the GCS root (gs://).
|
| UpdatableItemInfo
Item information that can be updated without re-writing an entire object.
|
| VerificationAttributes
GCS provided validation attributes for a single object.
|
Copyright © 2023. All rights reserved.