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 . |
CreateFileOptions
Options that can be specified when creating a file in the
GoogleCloudFileSystem . |
CreateObjectOptions
Options for creating objects in GCS.
|
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
|
GoogleCloudStorageFileSystemOptions
Configurable options for the
GoogleCloudStorageFileSystem class. |
GoogleCloudStorageFileSystemOptions.Builder
Mutable builder for
GoogleCloudStorageFileSystemOptions . |
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. |
GoogleCloudStorageReadOptions
Advanced options for reading GoogleCloudStorage objects.
|
GoogleCloudStorageReadOptions.Builder
Mutable builder for GoogleCloudStorageReadOptions.
|
GoogleCloudStorageReadOptions.Fadvise
Operational modes of fadvise feature.
|
GoogleCloudStorageReadOptions.GenerationReadConsistency
Options of read consistency on generations.
|
ObjectWriteConditions
Conditions on which a object write should be allowed to continue.
|
PathCodec
Methods for converting between GCS buckets and objects and URIs that
GoogleCloudStorageFileSystem can use to reference objects.
|
PerformanceCachingGoogleCloudStorageOptions
Configurable options for
PerformanceCachingGoogleCloudStorage . |
PerformanceCachingGoogleCloudStorageOptions.Builder
Builder class for PerformanceCachingGoogleCloudStorageOptions.
|
PrefixMappedItemCache.Config
Container for various cache-configuration parameters used by a
PrefixMappedItemCache
when managing expiration/retention policies, etc. |
StorageResourceId
Data struct representing either a GCS StorageObject, a GCS Bucket or the GCS root (gs://).
|
ThrottledGoogleCloudStorage.StorageOperation
Operations that may be throttled.
|
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.
|
PathCodec
Methods for converting between GCS buckets and objects and URIs that
GoogleCloudStorageFileSystem can use to reference objects.
|
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 for creating objects in GCS.
|
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.
|
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 © 2019. All rights reserved.