Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W 

A

add(InMemoryObjectEntry) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryBucketEntry
Inserts an InMemoryObjectEntry representing objectName; replaces any existing object.
addModificationTimeToAttributes(Map<String, byte[]>, Clock) - Static method in class com.google.cloud.hadoop.gcsio.FileInfo
Add a key and value representing the current time, as determined by the passed clock, to the passed attributes dictionary.
apply(Storage.Objects.Insert) - Method in class com.google.cloud.hadoop.gcsio.ObjectWriteConditions
Apply the conditions represented by this object to an Insert operation.
ASYNC_WRITE_CHANNEL_OPTIONS_DEFAULT - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
Default setting for async write channel.
AUTO_REPAIR_IMPLICIT_DIRECTORIES_DEFAULT - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
Default setting for enabling auto-repair of implicit directories.

B

BATCH_THREADS_DEFAULT - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
Default setting for number of threads to execute GCS batch requests.
BatchHelper - Class in com.google.cloud.hadoop.gcsio
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.
BatchHelper.Factory - Class in com.google.cloud.hadoop.gcsio
Since each BatchHelper instance should be tied to a particular related set of requests, use cases will generally interact via an injectable BatchHelper.Factory.
BatchHelper.QueueRequestCallback - Interface in com.google.cloud.hadoop.gcsio
Callback that causes a single StorageRequest to be added to the BatchRequest.
BUCKET_EMPTY_MAX_RETRIES - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
 
BUCKET_EMPTY_WAIT_TIME_MS - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
 
build() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions.Builder
 
build() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
 
build() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions.Builder
 
build() - Method in class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorageOptions.Builder
 
Builder() - Constructor for class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions.Builder
 
Builder() - Constructor for class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
 
builder() - Static method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
 
Builder() - Constructor for class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions.Builder
 
builder() - Static method in class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorageOptions
 
Builder() - Constructor for class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorageOptions.Builder
 

C

checkNoDirectoryConflict() - Method in class com.google.cloud.hadoop.gcsio.CreateFileOptions
If true, makes sure there isn't already a directory object of the same name.
close() - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
close() - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Releases resources used by this instance.
close() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Releases resources used by this instance.
close() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
See GoogleCloudStorage.close() for details about expected behavior.
close() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
Closes this channel.
close() - Method in class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorage
 
close() - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
close() - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
closeContentChannel() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
Closes the underlying ReadableByteChannel.
com.google.cloud.hadoop.gcsio - package com.google.cloud.hadoop.gcsio
 
com.google.cloud.hadoop.gcsio.testing - package com.google.cloud.hadoop.gcsio.testing
 
compose(String, List<String>, String, String) - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
compose(String, List<String>, String, String) - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Composes inputs into a single GCS object.
compose(List<URI>, URI, String) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Composes inputs into a single GCS object.
compose(String, List<String>, String, String) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
 
compose(String, List<String>, String, String) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
compose(String, List<String>, String, String) - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
composeObjects(List<StorageResourceId>, StorageResourceId, CreateObjectOptions) - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
composeObjects(List<StorageResourceId>, StorageResourceId, CreateObjectOptions) - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Composes inputs into a single GCS object.
composeObjects(List<StorageResourceId>, StorageResourceId, CreateObjectOptions) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
 
composeObjects(List<StorageResourceId>, StorageResourceId, CreateObjectOptions) - Method in class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorage
 
composeObjects(List<StorageResourceId>, StorageResourceId, CreateObjectOptions) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
composeObjects(List<StorageResourceId>, StorageResourceId, CreateObjectOptions) - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
Config() - Constructor for class com.google.cloud.hadoop.gcsio.PrefixMappedItemCache.Config
 
contentChannelPosition - Variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
 
convertToDirectoryPath(StorageResourceId) - Static method in class com.google.cloud.hadoop.gcsio.FileInfo
Converts the given resourceId to look like a directory path.
convertToDirectoryPath(PathCodec, URI) - Static method in class com.google.cloud.hadoop.gcsio.FileInfo
Converts the given path to look like a directory path.
convertToFilePath(String) - Static method in class com.google.cloud.hadoop.gcsio.FileInfo
Converts the given object name to look like a file path.
copy(String, List<String>, String, List<String>) - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
copy(String, List<String>, String, List<String>) - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Copies metadata of the given objects.
copy(String, List<String>, String, List<String>) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
See GoogleCloudStorage.copy(String, List, String, List) for details about expected behavior.
copy(String, List<String>, String, List<String>) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
copy(String, List<String>, String, List<String>) - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
COPY_BATCH_THREADS_DEFAULT - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
Default setting for number of threads to execute GCS batch requests for copy operations.
COPY_MAX_REQUESTS_PER_BATCH_DEFAULT - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
Default setting for maximum number of requests per GCS batch for copy operations.
COPY_WITH_REWRITE_DEFAULT - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
Default setting for whether or not to use rewrite request for copy operation.
create(StorageResourceId) - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
create(StorageResourceId, CreateObjectOptions) - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
create(String) - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
create(String, CreateBucketOptions) - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
create(StorageResourceId) - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Creates and opens an object for writing.
create(StorageResourceId, CreateObjectOptions) - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Creates and opens an object for writing.
create(String) - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Creates a bucket.
create(String, CreateBucketOptions) - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Creates a bucket.
create(URI) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Creates and opens an object for writing.
create(URI, CreateFileOptions) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Creates and opens an object for writing.
create(StorageResourceId, CreateObjectOptions) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
 
create(StorageResourceId) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
See GoogleCloudStorage.create(StorageResourceId) for details about expected behavior.
create(String) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
See GoogleCloudStorage.create(String) for details about expected behavior.
create(String, CreateBucketOptions) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
See GoogleCloudStorage.create(String, CreateBucketOptions) for details about expected behavior.
create(StorageResourceId) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
create(StorageResourceId, CreateObjectOptions) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
create(String) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
create(String, CreateBucketOptions) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
create(StorageResourceId) - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
create(StorageResourceId, CreateObjectOptions) - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
create(String) - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
create(String, CreateBucketOptions) - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
CREATE_EMPTY_MARKER_OBJECT_DEFAULT - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
Default setting for whether or not to create a marker file when beginning file creation.
CreateBucketOptions - Class in com.google.cloud.hadoop.gcsio
Options that can be specified when creating a bucket in the GoogleCloudStorage.
CreateBucketOptions(String, String) - Constructor for class com.google.cloud.hadoop.gcsio.CreateBucketOptions
Create a bucket with specified location.
createCompositeException(Collection<IOException>) - Static method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageExceptions
Creates a composite IOException out of multiple IOExceptions.
createEmptyObject(StorageResourceId) - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
createEmptyObject(StorageResourceId, CreateObjectOptions) - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
createEmptyObject(StorageResourceId) - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Creates an empty object, useful for placeholders representing, for example, directories.
createEmptyObject(StorageResourceId, CreateObjectOptions) - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Creates an empty object, useful for placeholders representing, for example, directories.
createEmptyObject(StorageResourceId, CreateObjectOptions) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
 
createEmptyObject(StorageResourceId) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
See GoogleCloudStorage.createEmptyObject(StorageResourceId) for details about expected behavior.
createEmptyObject(StorageResourceId) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
createEmptyObject(StorageResourceId, CreateObjectOptions) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
createEmptyObject(StorageResourceId) - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
createEmptyObject(StorageResourceId, CreateObjectOptions) - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
createEmptyObjects(List<StorageResourceId>) - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
createEmptyObjects(List<StorageResourceId>, CreateObjectOptions) - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
createEmptyObjects(List<StorageResourceId>) - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Creates a list of empty objects; see GoogleCloudStorage.createEmptyObject(StorageResourceId) for the single-item version of this method.
createEmptyObjects(List<StorageResourceId>, CreateObjectOptions) - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Creates a list of empty objects; see GoogleCloudStorage.createEmptyObject(StorageResourceId) for the single-item version of this method.
createEmptyObjects(List<StorageResourceId>, CreateObjectOptions) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
 
createEmptyObjects(List<StorageResourceId>) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
See GoogleCloudStorage.createEmptyObjects(List) for details about expected behavior.
createEmptyObjects(List<StorageResourceId>) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
createEmptyObjects(List<StorageResourceId>, CreateObjectOptions) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
createEmptyObjects(List<StorageResourceId>) - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
createEmptyObjects(List<StorageResourceId>, CreateObjectOptions) - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
CreateFileOptions - Class in com.google.cloud.hadoop.gcsio
Options that can be specified when creating a file in the GoogleCloudFileSystem.
CreateFileOptions(boolean) - Constructor for class com.google.cloud.hadoop.gcsio.CreateFileOptions
Create a file with empty attributes and optionally overwriting any existing file.
CreateFileOptions(boolean, String) - Constructor for class com.google.cloud.hadoop.gcsio.CreateFileOptions
Create a file with empty attributes, and optionally overwriting any existing file with one having the given content-type.
CreateFileOptions(boolean, Map<String, byte[]>) - Constructor for class com.google.cloud.hadoop.gcsio.CreateFileOptions
Create a file with specified attributes and optionally overwriting an existing file.
CreateFileOptions(boolean, String, Map<String, byte[]>) - Constructor for class com.google.cloud.hadoop.gcsio.CreateFileOptions
Create a file with specified attributes, and optionally overwriting an existing file with one having the given content-type.
CreateFileOptions(boolean, String, Map<String, byte[]>, boolean, boolean, long) - Constructor for class com.google.cloud.hadoop.gcsio.CreateFileOptions
Create a file with specified attributes, and optionally overwriting an existing file with one having the given content-type.
createInferredDirectory(StorageResourceId) - Static method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
Helper for creating a "found" GoogleCloudStorageItemInfo for an inferred directory.
createItemInfoForBucket(StorageResourceId, Bucket) - Static method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
Helper for converting a StorageResourceId + Bucket into a GoogleCloudStorageItemInfo.
createItemInfoForStorageObject(StorageResourceId, StorageObject) - Static method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
Helper for converting a StorageResourceId + StorageObject into a GoogleCloudStorageItemInfo.
createNotFound(StorageResourceId) - Static method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
Helper for creating a "not found" GoogleCloudStorageItemInfo for a StorageResourceId.
CreateObjectOptions - Class in com.google.cloud.hadoop.gcsio
Options for creating objects in GCS.
CreateObjectOptions(boolean) - Constructor for class com.google.cloud.hadoop.gcsio.CreateObjectOptions
Construct a new CreateObjectOptions with empty metadata and the default content-type.
CreateObjectOptions(boolean, Map<String, byte[]>) - Constructor for class com.google.cloud.hadoop.gcsio.CreateObjectOptions
Construct a new CreateObjectOptions with the specified metadata, and default content-type.
CreateObjectOptions(boolean, String, Map<String, byte[]>) - Constructor for class com.google.cloud.hadoop.gcsio.CreateObjectOptions
Construct a new CreateObjectOptions with the spec metadata and content-type.
CreateObjectOptions(boolean, String, Map<String, byte[]>, boolean) - Constructor for class com.google.cloud.hadoop.gcsio.CreateObjectOptions
Construct a new CreateObjectOptions with the spec metadata and content-type.
createReadableString(String, String) - Static method in class com.google.cloud.hadoop.gcsio.StorageResourceId
Helper for standardizing the way various human-readable messages in logs/exceptions that refer to a bucket/object pair.
createRequest() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
 
createRequest(InputStreamContent) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageWriteChannel
 
currentPosition - Variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
 

D

DEFAULT - Static variable in class com.google.cloud.hadoop.gcsio.CreateBucketOptions
Create bucket with all default settings.
DEFAULT - Static variable in class com.google.cloud.hadoop.gcsio.CreateFileOptions
 
DEFAULT - Static variable in class com.google.cloud.hadoop.gcsio.CreateObjectOptions
 
DEFAULT - Static variable in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl.BackOffFactory
 
DEFAULT - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
 
DEFAULT - Static variable in class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorageOptions
 
DEFAULT_BACKOFF_INITIAL_INTERVAL_MILLIS - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
DEFAULT_BACKOFF_INITIAL_INTERVAL_MILLIS - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
 
DEFAULT_BACKOFF_MAX_ELAPSED_TIME_MILLIS - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
DEFAULT_BACKOFF_MAX_ELAPSED_TIME_MILLIS - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
 
DEFAULT_BACKOFF_MAX_INTERVAL_MILLIS - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
DEFAULT_BACKOFF_MAX_INTERVAL_MILLIS - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
 
DEFAULT_BACKOFF_MULTIPLIER - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
DEFAULT_BACKOFF_MULTIPLIER - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
 
DEFAULT_BACKOFF_RANDOMIZATION_FACTOR - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
DEFAULT_BACKOFF_RANDOMIZATION_FACTOR - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
 
DEFAULT_BUFFER_SIZE - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
 
DEFAULT_CONTENT_TYPE - Static variable in class com.google.cloud.hadoop.gcsio.CreateFileOptions
 
DEFAULT_CONTENT_TYPE - Static variable in class com.google.cloud.hadoop.gcsio.CreateObjectOptions
 
DEFAULT_FADVISE - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
 
DEFAULT_FAST_FAIL_ON_NOT_FOUND - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
 
DEFAULT_GENERATION_READ_CONSISTENCY - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
 
DEFAULT_INPLACE_SEEK_LIMIT - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
 
DEFAULT_MIN_RANGE_REQUEST_SIZE - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
 
delete(URI, boolean) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Deletes one or more items indicated by the given path.
deleteBuckets(List<String>) - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
deleteBuckets(List<String>) - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Deletes a list of buckets.
deleteBuckets(List<String>) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
See GoogleCloudStorage.deleteBuckets(List) for details about expected behavior.
deleteBuckets(List<String>) - Method in class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorage
 
deleteBuckets(List<String>) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
deleteBuckets(List<String>) - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
deleteObjects(List<StorageResourceId>) - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
deleteObjects(List<StorageResourceId>) - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Deletes the given objects.
deleteObjects(List<StorageResourceId>) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
See GoogleCloudStorage.deleteObjects(List) for details about expected behavior.
deleteObjects(List<StorageResourceId>) - Method in class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorage
 
deleteObjects(List<StorageResourceId>) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
deleteObjects(List<StorageResourceId>) - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
DIR_METADATA_PREFETCH_LIMIT_DEFAULT - Static variable in class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorageOptions
Deprecated.

E

EMPTY_ATTRIBUTES - Static variable in class com.google.cloud.hadoop.gcsio.CreateFileOptions
 
EMPTY_METADATA - Static variable in class com.google.cloud.hadoop.gcsio.CreateObjectOptions
 
enableBucketDelete() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions
 
enqueue(BatchRequest) - Method in interface com.google.cloud.hadoop.gcsio.BatchHelper.QueueRequestCallback
 
ensureParentDirectoriesExist() - Method in class com.google.cloud.hadoop.gcsio.CreateFileOptions
If true, ensures parent directories exist, creating them on-demand if they don't.
EnvironmentBasedTestConfiguration() - Constructor for class com.google.cloud.hadoop.gcsio.testing.TestConfiguration.EnvironmentBasedTestConfiguration
 
equals(Object) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
 
equals(Object) - Method in class com.google.cloud.hadoop.gcsio.StorageResourceId
 
equals(Object) - Method in class com.google.cloud.hadoop.gcsio.VerificationAttributes
 
execute(StorageRequest<T>, JsonBatchCallback<T>) - Method in class com.google.cloud.hadoop.gcsio.BatchHelper
 
exists() - Method in class com.google.cloud.hadoop.gcsio.FileInfo
Indicates whether this file or directory exists.
exists(URI) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Indicates whether the given item exists.
exists() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
Indicates whether this item exists.

F

Factory() - Constructor for class com.google.cloud.hadoop.gcsio.BatchHelper.Factory
 
FILE_MODIFICATION_TIMESTAMP_KEY - Static variable in class com.google.cloud.hadoop.gcsio.FileInfo
 
FileInfo - Class in com.google.cloud.hadoop.gcsio
Contains information about a file or a directory.
flush() - Method in class com.google.cloud.hadoop.gcsio.BatchHelper
Sends any currently remaining requests in the batch; should be called at the end of any series of batched requests to ensure everything has been sent.
ForwardingGoogleCloudStorage - Class in com.google.cloud.hadoop.gcsio
A class that wraps a GoogleCloudStorage object, delegating all calls to it.
ForwardingGoogleCloudStorage(GoogleCloudStorage) - Constructor for class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
Creates a new GoogleCloudStorageWrapper.
fromItemInfo(PathCodec, GoogleCloudStorageItemInfo) - Static method in class com.google.cloud.hadoop.gcsio.FileInfo
Handy factory method for constructing a FileInfo from a GoogleCloudStorageItemInfo while potentially returning a singleton instead of really constructing an object for cases like ROOT.
fromItemInfos(PathCodec, List<GoogleCloudStorageItemInfo>) - Static method in class com.google.cloud.hadoop.gcsio.FileInfo
Handy factory method for constructing a list of FileInfo from a list of GoogleCloudStorageItemInfo.
fromObjectName(String) - Static method in class com.google.cloud.hadoop.gcsio.StorageResourceId
Parses StorageResourceId from specified string.
fromObjectName(String, long) - Static method in class com.google.cloud.hadoop.gcsio.StorageResourceId
Parses StorageResourceId from specified string and generationId.

G

GCS_ROOT - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
 
GCS_TEST_PRIVATE_KEYFILE - Static variable in class com.google.cloud.hadoop.gcsio.testing.TestConfiguration
 
GCS_TEST_PROJECT_ID - Static variable in class com.google.cloud.hadoop.gcsio.testing.TestConfiguration
 
GCS_TEST_SERVICE_ACCOUNT - Static variable in class com.google.cloud.hadoop.gcsio.testing.TestConfiguration
 
get(String) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryBucketEntry
Retrieves a previously inserted InMemoryObjectEntry, or null if it doesn't exist.
getAppName() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
getAttributes() - Method in class com.google.cloud.hadoop.gcsio.CreateFileOptions
Extended attributes to set when creating a file.
getAttributes() - Method in class com.google.cloud.hadoop.gcsio.FileInfo
Retrieve file attributes for this file.
getBackoffInitialIntervalMillis() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
getBackoffMaxElapsedTimeMillis() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
getBackoffMaxIntervalMillis() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
getBackoffMultiplier() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
getBackoffRandomizationFactor() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
getBatchThreads() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
getBucketName() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
Gets bucket name of this item.
getBucketName() - Method in class com.google.cloud.hadoop.gcsio.StorageResourceId
Gets the bucket name component of this resource identifier.
getBucketName() - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryObjectEntry
Returns the bucketName initially provided at construction-time of this InMemoryObjectEntry; it will never change over the lifetime of this InMemoryObjectEntry.
getBufferSize() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
getCloudStorageOptions() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions
 
getCloudStorageOptionsBuilder() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions.Builder
getContentEncoding() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
Gets the content-encoding of this item, or null if unknown or inapplicable.
getContentGeneration() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
Get the content generation of the object.
getContentGenerationMatch() - Method in class com.google.cloud.hadoop.gcsio.ObjectWriteConditions
 
getContentType() - Method in class com.google.cloud.hadoop.gcsio.CreateFileOptions
Content-type to set when creating a file.
getContentType() - Method in class com.google.cloud.hadoop.gcsio.CreateObjectOptions
Content type to set when creating a file.
getContentType() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
Gets the content-type of this item, or null if unknown or inapplicable.
getCopyBatchThreads() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
getCopyMaxRequestsPerBatch() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
getCrc32c() - Method in class com.google.cloud.hadoop.gcsio.VerificationAttributes
CRC32c checksum of an object, if available.
getCreationTime() - Method in class com.google.cloud.hadoop.gcsio.FileInfo
Gets creation time of this item.
getCreationTime() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
Gets creation time of this item.
getDelegate() - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
Gets the GoogleCloudStorage objected wrapped by this class.
getDirMetadataPrefetchLimit() - Method in class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorageOptions
Deprecated.
getExistingGenerationId() - Method in class com.google.cloud.hadoop.gcsio.CreateFileOptions
Generation of existing object.
getFadvise() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
getFastFailOnNotFound() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
getFileInfo(URI) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Gets information about the given path item.
getFileInfos(List<URI>) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Gets information about each path in the given list; more efficient than calling getFileInfo() on each path individually in a loop.
getFileNotFoundException(String, String) - Static method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageExceptions
Creates FileNotFoundException with suitable message for a GCS bucket or object.
getGcs() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Retrieve our internal gcs.
getGenerationId() - Method in class com.google.cloud.hadoop.gcsio.StorageResourceId
The generationId to be used with precondition checks when using this StorageResourceId as an identifier for mutation requests.
getGenerationReadConsistency() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
getHttpRequestConnectTimeout() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
getHttpRequestReadTimeout() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
getInfo() - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryBucketEntry
Gets the GoogleCloudStorageItemInfo associated with this BucketEntry; the 'size' of a bucket is always 0.
getInfo() - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryObjectEntry
Gets the GoogleCloudStorageItemInfo associated with this InMemoryObjectEntry, whose 'size' is only updated when the initial writer has finished closing the channel.
getInitialMetadata() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
Returns GoogleCloudStorageItemInfo used to initialize metadata in constructor or null if GoogleCloudStorageReadOptions.getFastFailOnNotFound() is set to false.
getInplaceSeekLimit() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
getInstance() - Static method in class com.google.cloud.hadoop.gcsio.testing.TestConfiguration
 
getItem(StorageResourceId) - Method in class com.google.cloud.hadoop.gcsio.PrefixMappedItemCache
Gets the cached item associated with the given resource id.
getItemInfo() - Method in class com.google.cloud.hadoop.gcsio.FileInfo
Gets information about the underlying item.
getItemInfo(StorageResourceId) - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
getItemInfo(StorageResourceId) - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Gets information about an object or a bucket.
getItemInfo(StorageResourceId) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
See GoogleCloudStorage.getItemInfo(StorageResourceId) for details about expected behavior.
getItemInfo() - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo.Provider
 
getItemInfo() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageWriteChannel
Returns non-null only if close() has been called and the underlying object has been successfully committed.
getItemInfo(StorageResourceId) - Method in class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorage
This function may return cached copies of GoogleCloudStorageItemInfo.
getItemInfo(StorageResourceId) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
getItemInfo(StorageResourceId) - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
getItemInfos(List<StorageResourceId>) - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
getItemInfos(List<StorageResourceId>) - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Gets information about multiple objects and/or buckets.
getItemInfos(List<StorageResourceId>) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
See GoogleCloudStorage.getItemInfos(List) for details about expected behavior.
getItemInfos(List<StorageResourceId>) - Method in class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorage
This function may return cached copies of GoogleCloudStorageItemInfo.
getItemInfos(List<StorageResourceId>) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
getItemInfos(List<StorageResourceId>) - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
getItems() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorage.ListPage
 
getList(String, String) - Method in class com.google.cloud.hadoop.gcsio.PrefixMappedItemCache
Gets the cached list associated with the given bucket and object name prefix.
getLocation() - Method in class com.google.cloud.hadoop.gcsio.CreateBucketOptions
Returns the bucket location.
getLocation() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
Gets location of this item.
getMarkerFilePattern() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions
 
getMaxBytesRewrittenPerCall() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
getMaxEntryAgeMillis() - Method in class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorageOptions
Gets the max age of an item in cache in milliseconds.
getMaxEntryAgeMillis() - Method in class com.google.cloud.hadoop.gcsio.PrefixMappedItemCache.Config
Gets the time in milliseconds before an entry expires.
getMaxHttpRequestRetries() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
getMaxListItemsPerCall() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
getMaxRequestsPerBatch() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
getMaxWaitMillisForEmptyObjectCreation() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
getMd5hash() - Method in class com.google.cloud.hadoop.gcsio.VerificationAttributes
MD5 hash of an object, if available.
getMetadata() - Method in class com.google.cloud.hadoop.gcsio.CreateObjectOptions
Custom metadata to apply to this object.
getMetadata() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
Gets user-supplied metadata for this item.
getMetadata() - Method in class com.google.cloud.hadoop.gcsio.UpdatableItemInfo
 
getMetaGeneration() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
Get the meta generation of the object.
getMetaGenerationMatch() - Method in class com.google.cloud.hadoop.gcsio.ObjectWriteConditions
 
getMinRangeRequestSize() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
getModificationTime() - Method in class com.google.cloud.hadoop.gcsio.FileInfo
Gets the modification time of this file if one is set, otherwise the value of FileInfo.getCreationTime() is returned.
getNextPageToken() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorage.ListPage
 
getObjectName() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
Gets object name of this item.
getObjectName() - Method in class com.google.cloud.hadoop.gcsio.StorageResourceId
Gets the object name component of this resource identifier.
getObjectName() - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryObjectEntry
Returns the objectName initially provided at construction-time of this InMemoryObjectEntry; it will never change over the lifetime of this InMemoryObjectEntry.
getObjectNames() - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryBucketEntry
Returns the Set containing all objectNames previously inserted into this bucket.
getOptions() - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
getOptions() - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Retrieve the options that were used to create this GoogleCloudStorage.
getOptions() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Retrieve the options that were used to create this GoogleCloudStorageFileSystem.
getOptions() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
 
getOptions() - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
getOptions() - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
getParentPath(URI) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Gets the parent directory of the given path.
getParentPath(PathCodec, URI) - Static method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Deprecated.
This static method is included as a transitional utility and the instance method variant should be preferred.
getPath() - Method in class com.google.cloud.hadoop.gcsio.FileInfo
Gets the path of this file or directory.
getPath(String, String, boolean) - Static method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Deprecated.
This method is deprecated as each instance of GCS FS can be configured with a codec.
getPath(String) - Static method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Deprecated.
This method is deprecated as each instance of GCS FS can be configured with a codec.
getPath(String, String) - Static method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Deprecated.
This method is deprecated as each instance of GCS FS can be configured with a codec.
getPath(String, String, boolean) - Method in interface com.google.cloud.hadoop.gcsio.PathCodec
Constructs and returns full path for the given object name.
getPathCodec() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
The PathCodec in use by this file system.
getPathCodec() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions
 
getPerformanceCacheOptions() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions
 
getPerformanceCachingOptionsBuilder() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions.Builder
getPrivateKeyFile() - Method in class com.google.cloud.hadoop.gcsio.testing.TestConfiguration.EnvironmentBasedTestConfiguration
 
getPrivateKeyFile() - Method in class com.google.cloud.hadoop.gcsio.testing.TestConfiguration
 
getProjectId() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
getProjectId() - Method in class com.google.cloud.hadoop.gcsio.testing.TestConfiguration.EnvironmentBasedTestConfiguration
 
getProjectId() - Method in class com.google.cloud.hadoop.gcsio.testing.TestConfiguration
 
getProxyAddress() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
getProxyPassword() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
getProxyUsername() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
getReadChannel() - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryObjectEntry
Returns a SeekableByteChannel pointing at this InMemoryObjectEntry's byte contents; a previous writer must have already closed the associated WritableByteChannel to commit the byte contents and make them available for reading.
getReadChannel(GoogleCloudStorageReadOptions) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryObjectEntry
Returns a SeekableByteChannel pointing at this InMemoryObjectEntry's byte contents; a previous writer must have already closed the associated WritableByteChannel to commit the byte contents and make them available for reading.
getReadChannelOptions() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
getRequesterPaysOptions() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
getRequireMetadataMatchForEmptyObjects() - Method in class com.google.cloud.hadoop.gcsio.CreateObjectOptions
See constructor param for details.
getResourceId() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
Gets the resourceId that holds the (possibly null) bucketName and objectName of this object.
getServiceAccount() - Method in class com.google.cloud.hadoop.gcsio.testing.TestConfiguration.EnvironmentBasedTestConfiguration
 
getServiceAccount() - Method in class com.google.cloud.hadoop.gcsio.testing.TestConfiguration
 
getShallowCopy(String, String) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryObjectEntry
Returns a copy of this InMemoryObjectEntry which shares the underlying completedContents data; it is illegal to call this method if the write channel has not yet been closed.
getShouldIncludeInTimestampUpdatesPredicate() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions
 
getSize() - Method in class com.google.cloud.hadoop.gcsio.FileInfo
Gets the size of this file or directory.
getSize() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
Gets size of this item (number of bytes).
getStorageClass() - Method in class com.google.cloud.hadoop.gcsio.CreateBucketOptions
Returns the bucket storage class.
getStorageClass() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
Gets storage class of this item.
getStorageResourceId() - Method in class com.google.cloud.hadoop.gcsio.UpdatableItemInfo
 
getTicker() - Method in class com.google.cloud.hadoop.gcsio.PrefixMappedItemCache.Config
Gets the ticker for tracking expirations.
getTransportType() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
getVerificationAttributes() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
Get object validation attributes.
getWriteChannel() - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryObjectEntry
Returns a WritableByteChannel for this InMemoryObjectEntry's byte contents; the same channel is returned on each call, and it is illegal to call this method if the channel has ever been closed already.
getWriteChannelOptions() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
getWriteChannelOptionsBuilder() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
GoogleCloudStorage - Interface in com.google.cloud.hadoop.gcsio
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<T> - Class in com.google.cloud.hadoop.gcsio
Paged list request response
GoogleCloudStorageExceptions - Class in com.google.cloud.hadoop.gcsio
Miscellaneous helper methods for standardizing the types of exceptions thrown by the various GCS-based FileSystems.
GoogleCloudStorageExceptions() - Constructor for class com.google.cloud.hadoop.gcsio.GoogleCloudStorageExceptions
 
GoogleCloudStorageFileSystem - Class in com.google.cloud.hadoop.gcsio
Provides a POSIX like file system layered on top of Google Cloud Storage (GCS).
GoogleCloudStorageFileSystem(Credential, GoogleCloudStorageFileSystemOptions) - Constructor for class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Constructs an instance of GoogleCloudStorageFileSystem.
GoogleCloudStorageFileSystem(GoogleCloudStorage) - Constructor for class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Constructs a GoogleCloudStorageFilesystem based on an already-configured underlying GoogleCloudStorage gcs.
GoogleCloudStorageFileSystem(GoogleCloudStorage, GoogleCloudStorageFileSystemOptions) - Constructor for class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Constructs a GoogleCloudStorageFilesystem based on an already-configured underlying GoogleCloudStorage gcs.
GoogleCloudStorageFileSystemOptions - Class in com.google.cloud.hadoop.gcsio
Configurable options for the GoogleCloudStorageFileSystem class.
GoogleCloudStorageFileSystemOptions(PerformanceCachingGoogleCloudStorageOptions, boolean, GoogleCloudStorageOptions, GoogleCloudStorageFileSystemOptions.TimestampUpdatePredicate, PathCodec, boolean, String, boolean) - Constructor for class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions
 
GoogleCloudStorageFileSystemOptions.Builder - Class in com.google.cloud.hadoop.gcsio
Mutable builder for GoogleCloudStorageFileSystemOptions.
GoogleCloudStorageFileSystemOptions.TimestampUpdatePredicate - Interface in com.google.cloud.hadoop.gcsio
Callback interface that allows applications to control which directory timestamps should be modified after entries are added or removed from the directory.
GoogleCloudStorageImpl - Class in com.google.cloud.hadoop.gcsio
Provides read/write access to Google Cloud Storage (GCS), using Java nio channel semantics.
GoogleCloudStorageImpl(GoogleCloudStorageOptions, Credential) - Constructor for class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
Constructs an instance of GoogleCloudStorageImpl.
GoogleCloudStorageImpl(GoogleCloudStorageOptions, Storage) - Constructor for class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
Constructs an instance of GoogleCloudStorageImpl.
GoogleCloudStorageImpl() - Constructor for class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
 
GoogleCloudStorageImpl.BackOffFactory - Interface in com.google.cloud.hadoop.gcsio
A factory for producing BackOff objects.
GoogleCloudStorageItemInfo - Class in com.google.cloud.hadoop.gcsio
Contains information about an item in Google Cloud Storage.
GoogleCloudStorageItemInfo(StorageResourceId, long, long, String, String) - Constructor for class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
Constructs an instance of GoogleCloudStorageItemInfo.
GoogleCloudStorageItemInfo(StorageResourceId, long, long, String, String, String, String, Map<String, byte[]>, long, long) - Constructor for class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
Constructs an instance of GoogleCloudStorageItemInfo.
GoogleCloudStorageItemInfo(StorageResourceId, long, long, String, String, String, String, Map<String, byte[]>, long, long, VerificationAttributes) - Constructor for class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
Constructs an instance of GoogleCloudStorageItemInfo.
GoogleCloudStorageItemInfo.Provider - Interface in com.google.cloud.hadoop.gcsio
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 - Class in com.google.cloud.hadoop.gcsio
Configuration options for the GoogleCloudStorage class.
GoogleCloudStorageOptions() - Constructor for class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
GoogleCloudStorageOptions.Builder - Class in com.google.cloud.hadoop.gcsio
Mutable builder for the GoogleCloudStorageOptions class.
GoogleCloudStorageReadChannel - Class in com.google.cloud.hadoop.gcsio
Provides seekable read access to GCS.
GoogleCloudStorageReadChannel(Storage, String, String, ApiErrorExtractor, ClientRequestHelper<StorageObject>) - Constructor for class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
Constructs an instance of GoogleCloudStorageReadChannel.
GoogleCloudStorageReadChannel(Storage, String, String, ApiErrorExtractor, ClientRequestHelper<StorageObject>, GoogleCloudStorageReadOptions) - Constructor for class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
Constructs an instance of GoogleCloudStorageReadChannel.
GoogleCloudStorageReadChannel(GoogleCloudStorageReadOptions) - Constructor for class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
Used for unit testing only.
GoogleCloudStorageReadOptions - Class in com.google.cloud.hadoop.gcsio
Advanced options for reading GoogleCloudStorage objects.
GoogleCloudStorageReadOptions() - Constructor for class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
 
GoogleCloudStorageReadOptions.Builder - Class in com.google.cloud.hadoop.gcsio
Mutable builder for GoogleCloudStorageReadOptions.
GoogleCloudStorageReadOptions.Fadvise - Enum in com.google.cloud.hadoop.gcsio
Operational modes of fadvise feature.
GoogleCloudStorageReadOptions.GenerationReadConsistency - Enum in com.google.cloud.hadoop.gcsio
Options of read consistency on generations.
GoogleCloudStorageStrings - Class in com.google.cloud.hadoop.gcsio
Contains helper methods for standardizing String-matching algorithms specific to GCS.
GoogleCloudStorageStrings() - Constructor for class com.google.cloud.hadoop.gcsio.GoogleCloudStorageStrings
 
GoogleCloudStorageWriteChannel - Class in com.google.cloud.hadoop.gcsio
Implements WritableByteChannel to provide write access to GCS.
GoogleCloudStorageWriteChannel(ExecutorService, Storage, ClientRequestHelper<StorageObject>, String, String, AsyncWriteChannelOptions, ObjectWriteConditions, Map<String, String>) - Constructor for class com.google.cloud.hadoop.gcsio.GoogleCloudStorageWriteChannel
Deprecated.
GoogleCloudStorageWriteChannel(ExecutorService, Storage, ClientRequestHelper<StorageObject>, String, String, AsyncWriteChannelOptions, ObjectWriteConditions, Map<String, String>, String) - Constructor for class com.google.cloud.hadoop.gcsio.GoogleCloudStorageWriteChannel
Deprecated.
GoogleCloudStorageWriteChannel(ExecutorService, Storage, ClientRequestHelper<StorageObject>, String, String, String, String, AsyncWriteChannelOptions, ObjectWriteConditions, Map<String, String>) - Constructor for class com.google.cloud.hadoop.gcsio.GoogleCloudStorageWriteChannel
Constructs an instance of GoogleCloudStorageWriteChannel.

H

handleResponse(StorageObject) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageWriteChannel
 
hasContentGenerationMatch() - Method in class com.google.cloud.hadoop.gcsio.ObjectWriteConditions
 
hasGenerationId() - Method in class com.google.cloud.hadoop.gcsio.StorageResourceId
Returns true if generationId is not UNKNOWN_GENERATION_ID.
hashCode() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
 
hashCode() - Method in class com.google.cloud.hadoop.gcsio.StorageResourceId
 
hashCode() - Method in class com.google.cloud.hadoop.gcsio.VerificationAttributes
 
hasMetaGenerationMatch() - Method in class com.google.cloud.hadoop.gcsio.ObjectWriteConditions
 
HTTP_REQUEST_CONNECT_TIMEOUT - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
Default setting for connect timeout (in millisecond) of GCS HTTP request.
HTTP_REQUEST_READ_TIMEOUT - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
Default setting for read timeout (in millisecond) of GCS HTTP request.

I

INFER_IMPLICIT_DIRECTORIES_DEFAULT - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
Default setting for enabling inferring of implicit directories.
initMetadata(HttpHeaders) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
Initializes metadata (size, encoding, etc) from HTTP headers.
initMetadata(String, long, String) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
Initializes metadata (size, encoding, etc) from passed parameters.
InMemoryBucketEntry - Class in com.google.cloud.hadoop.gcsio.testing
InMemoryBucketEntry represents a GCS bucket in-memory by containing mappings to objects in the bucket alongside bucket-level metadata including storage location, storage class, etc.
InMemoryBucketEntry(String, long, CreateBucketOptions) - Constructor for class com.google.cloud.hadoop.gcsio.testing.InMemoryBucketEntry
 
InMemoryGoogleCloudStorage - Class in com.google.cloud.hadoop.gcsio.testing
InMemoryGoogleCloudStorage overrides the public methods of GoogleCloudStorage by implementing all the equivalent bucket/object semantics with local in-memory storage.
InMemoryGoogleCloudStorage() - Constructor for class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
InMemoryGoogleCloudStorage(GoogleCloudStorageOptions) - Constructor for class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
InMemoryGoogleCloudStorage(GoogleCloudStorageOptions, Clock) - Constructor for class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
InMemoryObjectEntry - Class in com.google.cloud.hadoop.gcsio.testing
InMemoryObjectEntry represents a GCS StorageObject in-memory by maintaining byte[] contents alongside channels and metadata allowing interaction with the data in a similar way to the equivalent GCS API calls.
InMemoryObjectEntry(String, String, long, String, Map<String, byte[]>) - Constructor for class com.google.cloud.hadoop.gcsio.testing.InMemoryObjectEntry
 
InMemoryObjectReadChannel - Class in com.google.cloud.hadoop.gcsio.testing
A SeekableByteChannel based on GoogleCloudStorageReadChannel that supports reading from in-memory byte stream.
InMemoryObjectReadChannel(byte[]) - Constructor for class com.google.cloud.hadoop.gcsio.testing.InMemoryObjectReadChannel
Creates a new instance of InMemoryObjectReadChannel.
InMemoryObjectReadChannel(byte[], GoogleCloudStorageReadOptions) - Constructor for class com.google.cloud.hadoop.gcsio.testing.InMemoryObjectReadChannel
Creates a new instance of InMemoryObjectReadChannel with readOptions plumbed into the base class.
invalidateAll() - Method in class com.google.cloud.hadoop.gcsio.PrefixMappedItemCache
Invalidates all entries in the cache.
invalidateBucket(String) - Method in class com.google.cloud.hadoop.gcsio.PrefixMappedItemCache
Invalidates all cached items and lists associated with the given bucket.
invalidateCache() - Method in class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorage
 
isAutoRepairImplicitDirectoriesEnabled() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
isBucket() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
Indicates whether this item is a bucket.
isBucket() - Method in class com.google.cloud.hadoop.gcsio.StorageResourceId
Returns true if this StorageResourceId represents a GCS Bucket; if true, then getObjectName will return null.
isCopyWithRewriteEnabled() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
isDirectory() - Method in class com.google.cloud.hadoop.gcsio.FileInfo
Indicates whether this item is a directory.
isDirectory() - Method in class com.google.cloud.hadoop.gcsio.StorageResourceId
Indicates if this StorageResourceId corresponds to a 'directory'; similar to FileInfo.isDirectory() except deals entirely with pathnames instead of also checking for exists() to be true on a corresponding GoogleCloudStorageItemInfo.
isDirectoryPath(URI) - Static method in class com.google.cloud.hadoop.gcsio.FileInfo
Indicates whether the given path looks like a directory path.
isEmpty() - Method in class com.google.cloud.hadoop.gcsio.BatchHelper
Returns true if there are no currently queued entries in the batch helper.
isGlobalRoot() - Method in class com.google.cloud.hadoop.gcsio.FileInfo
Indicates whether this instance has information about the unique, shared root of the underlying storage system.
isInferImplicitDirectoriesEnabled() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
isListCachingEnabled() - Method in class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorageOptions
Gets if list caching is enabled.
isMarkerFileCreationEnabled() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
isOpen() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
Tells whether this channel is open.
isPerformanceCacheEnabled() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions
 
isRoot() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
Indicates whether this item refers to the GCS root (gs://).
isRoot() - Method in class com.google.cloud.hadoop.gcsio.StorageResourceId
Returns true if this StorageResourceId represents the GCS root (gs://); if true, then both getBucketName and getObjectName will be null.
isStatusParallelEnabled() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions
 
isStorageObject() - Method in class com.google.cloud.hadoop.gcsio.StorageResourceId
Returns true if this StorageResourceId represents a GCS StorageObject; if true, both getBucketName and getObjectName will be non-empty and non-null.

L

LEGACY_PATH_CODEC - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
A PathCodec that maintains compatibility with versions of GCS FS < 1.4.5.
LIST_CACHING_ENABLED - Static variable in class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorageOptions
Flag to enable list caching.
listAllFileInfoForPrefix(URI) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Equivalent to a recursive listing of prefix, except that prefix doesn't have to represent an actual object but can just be a partial prefix string, and there is no auto-repair of implicit directories since we can't detect implicit directories without listing by 'delimiter'.
listAllFileInfoForPrefixPage(URI, String) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Equivalent to GoogleCloudStorageFileSystem.listAllFileInfoForPrefix(java.net.URI) but returns FileInfos listed by single request (1 page).
listBucketInfo() - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
listBucketInfo() - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Gets a list of GoogleCloudStorageItemInfo for all buckets of this project.
listBucketInfo() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
See GoogleCloudStorage.listBucketInfo() for details about expected behavior.
listBucketInfo() - Method in class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorage
 
listBucketInfo() - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
listBucketInfo() - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
listBucketNames() - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
listBucketNames() - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Gets a list of names of buckets in this project.
listBucketNames() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
See GoogleCloudStorage.listBucketNames() for details about expected behavior.
listBucketNames() - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
listBucketNames() - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
listFileInfo(URI, boolean) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
If the given path points to a directory then the information about its children is returned, otherwise information about the given file is returned.
listFileNames(FileInfo) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
If the given item is a directory then the paths of its immediate children are returned, otherwise the path of the given item is returned.
listFileNames(FileInfo, boolean) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
If the given item is a directory then the paths of its children are returned, otherwise the path of the given item is returned.
listObjectInfo(String, String, String) - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
listObjectInfo(String, String, String, long) - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
listObjectInfo(String, String, String) - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Same name-matching semantics as GoogleCloudStorage.listObjectNames(java.lang.String, java.lang.String, java.lang.String) except this method retrieves the full GoogleCloudStorageFileInfo for each item as well.
listObjectInfo(String, String, String, long) - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Same name-matching semantics as GoogleCloudStorage.listObjectNames(java.lang.String, java.lang.String, java.lang.String) except this method retrieves the full GoogleCloudStorageFileInfo for each item as well.
listObjectInfo(String, String, String) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
See GoogleCloudStorage.listObjectInfo(String, String, String) for details about expected behavior.
listObjectInfo(String, String, String, long) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
listObjectInfo(String, String, String) - Method in class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorage
This function may return cached copies of GoogleCloudStorageItemInfo.
listObjectInfo(String, String, String, long) - Method in class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorage
This function may return cached copies of GoogleCloudStorageItemInfo.
listObjectInfo(String, String, String) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
listObjectInfo(String, String, String, long) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
listObjectInfo(String, String, String) - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
listObjectInfo(String, String, String, long) - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
listObjectInfoPage(String, String, String, String) - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
listObjectInfoPage(String, String, String, String) - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
The same semantics as GoogleCloudStorage.listObjectInfo(java.lang.String, java.lang.String, java.lang.String), but returns only result of single list request (1 page).
listObjectInfoPage(String, String, String, String) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
 
listObjectInfoPage(String, String, String, String) - Method in class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorage
 
listObjectInfoPage(String, String, String, String) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
listObjectInfoPage(String, String, String, String) - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
listObjectNames(String, String, String) - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
listObjectNames(String, String, String, long) - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
listObjectNames(String, String, String) - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Gets names of objects contained in the given bucket and whose names begin with the given prefix.
listObjectNames(String, String, String, long) - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Gets names of objects contained in the given bucket and whose names begin with the given prefix.
listObjectNames(String, String, String) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
See GoogleCloudStorage.listObjectNames(String, String, String) for details about expected behavior.
listObjectNames(String, String, String, long) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
listObjectNames(String, String, String) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
listObjectNames(String, String, String, long) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
listObjectNames(String, String, String) - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
listObjectNames(String, String, String, long) - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
ListPage(List<T>, String) - Constructor for class com.google.cloud.hadoop.gcsio.GoogleCloudStorage.ListPage
 

M

matchListPrefix(String, String, String) - Static method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageStrings
Helper that mimics the GCS API behavior for taking an existing objectName and checking if it matches a user-supplied prefix with an optional directory "delimiter".
MAX_BYTES_REWRITTEN_PER_CALL_DEFAULT - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
Default setting for max number of bytes rewritten per rewrite request/call.
MAX_COMPOSE_OBJECTS - Static variable in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
The maximum number of objects that can be composed in one operation.
MAX_ENTRY_AGE_MILLIS_DEFAULT - Static variable in class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorageOptions
Max age of an item in cache in milliseconds.
MAX_HTTP_REQUEST_RETRIES - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
Default setting for maximum number of GCS HTTP request retires.
MAX_LIST_ITEMS_PER_CALL_DEFAULT - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
Default number of items to return per call to the list* GCS RPCs.
MAX_REQUESTS_PER_BATCH_DEFAULT - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
Default setting for maximum number of requests per GCS batch.
MAX_RESULTS_UNLIMITED - Static variable in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Value indicating all objects should be returned from GCS, no limit.
MAX_WAIT_MILLIS_FOR_EMPTY_OBJECT_CREATION - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
Default setting for the length of time to wait for empty objects to appear if we believe we are in a race with multiple workers.
metadataEquals(Map<String, byte[]>) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
Helper for checking logical equality of metadata maps, checking equality of keySet() between this.metadata and otherMetadata, and then using Arrays.equals to compare contents of corresponding byte arrays.
metadataInitialized - Variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
 
mkdir(URI) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Creates a directory at the specified path.
mkdirs(URI) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Creates a directory at the specified path.

N

newBackOff() - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl.BackOffFactory
 
newBatchHelper(HttpRequestInitializer, Storage, long) - Method in class com.google.cloud.hadoop.gcsio.BatchHelper.Factory
 
newBuilder() - Static method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions
 
newBuilder() - Static method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
NONE - Static variable in class com.google.cloud.hadoop.gcsio.ObjectWriteConditions
No conditions for completing the write.

O

objectOptionsFromFileOptions(CreateFileOptions) - Static method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Convert CreateFileOptions to CreateObjectOptions.
ObjectWriteConditions - Class in com.google.cloud.hadoop.gcsio
Conditions on which a object write should be allowed to continue.
ObjectWriteConditions() - Constructor for class com.google.cloud.hadoop.gcsio.ObjectWriteConditions
 
ObjectWriteConditions(Optional<Long>, Optional<Long>) - Constructor for class com.google.cloud.hadoop.gcsio.ObjectWriteConditions
 
open(StorageResourceId) - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
open(StorageResourceId, GoogleCloudStorageReadOptions) - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
open(StorageResourceId) - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Opens an object for reading.
open(StorageResourceId, GoogleCloudStorageReadOptions) - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Opens an object for reading.
open(URI) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Opens an object for reading.
open(URI, GoogleCloudStorageReadOptions) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Opens an object for reading.
open(StorageResourceId) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
See GoogleCloudStorage.open(StorageResourceId) for details about expected behavior.
open(StorageResourceId, GoogleCloudStorageReadOptions) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
See GoogleCloudStorage.open(StorageResourceId) for details about expected behavior.
open(StorageResourceId) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
open(StorageResourceId, GoogleCloudStorageReadOptions) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
open(StorageResourceId) - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
open(StorageResourceId, GoogleCloudStorageReadOptions) - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
openStream(long) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
Opens the underlying stream, sets its position to the GoogleCloudStorageReadChannel.currentPosition.
openStream(long) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryObjectReadChannel
Opens the underlying byte array stream, sets its position to currentPosition and sets size to size of the byte array.
overwriteExisting() - Method in class com.google.cloud.hadoop.gcsio.CreateFileOptions
Get the value of overwriteExisting.
overwriteExisting() - Method in class com.google.cloud.hadoop.gcsio.CreateObjectOptions
Get the value of overwriteExisting.

P

patchMetadata(Map<String, byte[]>) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryObjectEntry
Updates the metadata associated with this InMemoryObjectEntry.
PATH_DELIMITER - Static variable in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
 
PathCodec - Interface in com.google.cloud.hadoop.gcsio
Methods for converting between GCS buckets and objects and URIs that GoogleCloudStorageFileSystem can use to reference objects.
PerformanceCachingGoogleCloudStorage - Class in com.google.cloud.hadoop.gcsio
This class adds a caching layer around a GoogleCloudStorage instance, caching calls that create, update, remove, and query for GoogleCloudStorageItemInfo.
PerformanceCachingGoogleCloudStorage(GoogleCloudStorage, PerformanceCachingGoogleCloudStorageOptions) - Constructor for class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorage
Creates a wrapper around a GoogleCloudStorage instance, caching calls that create, update, remove, and query for GoogleCloudStorageItemInfo.
PerformanceCachingGoogleCloudStorageOptions - Class in com.google.cloud.hadoop.gcsio
Configurable options for PerformanceCachingGoogleCloudStorage.
PerformanceCachingGoogleCloudStorageOptions() - Constructor for class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorageOptions
 
PerformanceCachingGoogleCloudStorageOptions.Builder - Class in com.google.cloud.hadoop.gcsio
Builder class for PerformanceCachingGoogleCloudStorageOptions.
position() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
Returns this channel's current position.
position(long) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
Sets this channel's position.
PrefixMappedItemCache - Class in com.google.cloud.hadoop.gcsio
A semi-persistent storage for GoogleCloudStorageItemInfo that maintains indexes based on the item's bucket and object name.
PrefixMappedItemCache(PrefixMappedItemCache.Config) - Constructor for class com.google.cloud.hadoop.gcsio.PrefixMappedItemCache
Creates a new PrefixMappedItemCache.
PrefixMappedItemCache.Config - Class in com.google.cloud.hadoop.gcsio
Container for various cache-configuration parameters used by a PrefixMappedItemCache when managing expiration/retention policies, etc.
putItem(GoogleCloudStorageItemInfo) - Method in class com.google.cloud.hadoop.gcsio.PrefixMappedItemCache
Inserts an item into the cache.
putList(String, String, List<GoogleCloudStorageItemInfo>) - Method in class com.google.cloud.hadoop.gcsio.PrefixMappedItemCache
Inserts a list entry and the given items into the cache.

Q

queue(StorageRequest<T>, JsonBatchCallback<T>) - Method in class com.google.cloud.hadoop.gcsio.BatchHelper
Adds an additional request to the batch, and possibly flushes the current contents of the batch if maxRequestsPerBatch has been reached.

R

read(ByteBuffer) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
Reads from this channel and stores read data in the given buffer.
READ_CHANNEL_OPTIONS_DEFAULT - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
Default setting for read write channel.
remove(String) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryBucketEntry
Removes a previously inserted InMemoryObjectEntry and returns it; returns null if it didn't exist.
removeItem(StorageResourceId) - Method in class com.google.cloud.hadoop.gcsio.PrefixMappedItemCache
Removes the item from the cache.
rename(URI, URI) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Renames the given item's path.
repairDirs(List<URI>) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Creates the list of directories specified in exactDirPaths; doesn't perform validation and doesn't create their parent dirs if their parent dirs don't already exist.
repairPossibleImplicitDirectory(URI) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Checks that path doesn't already exist as a directory object, and if so, performs an object listing using the full path as the match prefix so that if there are any objects that imply path is a parent directory, we will discover its existence as a returned GCS 'prefix'.
REQUESTER_PAYS_OPTIONS_DEFAULT - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
Default setting for requester pays feature.
ROOT - Static variable in class com.google.cloud.hadoop.gcsio.StorageResourceId
 
ROOT_INFO - Static variable in class com.google.cloud.hadoop.gcsio.FileInfo
 
ROOT_INFO - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
 

S

SCHEME - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
 
setAppName(String) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
 
setAutoRepairImplicitDirectoriesEnabled(boolean) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
 
setBackoffInitialIntervalMillis(int) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions.Builder
On exponential back-off, the initial delay before the first retry; subsequent retries then grow as an exponential function of the current delay interval.
setBackoffMaxElapsedTimeMillis(int) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions.Builder
The maximum total time elapsed since the first retry over the course of a series of retries.
setBackoffMaxIntervalMillis(int) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions.Builder
The maximum amount of sleep between retries; at this point, there will be no further exponential back-off.
setBackoffMultiplier(double) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions.Builder
The base of the exponent used for exponential back-off; each subsequent sleep interval is roughly this many times the previous interval.
setBackoffRandomizationFactor(double) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions.Builder
The amount of jitter introduced when computing the next retry sleep interval so that when many clients are retrying, they don't all retry at the same time.
setBatchThreads(int) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
 
setBufferSize(int) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions.Builder
If set to a positive value, low-level streams will be wrapped inside a BufferedInputStream of this size.
setCloudStorageOptionsBuilder(GoogleCloudStorageOptions.Builder) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions.Builder
Mutually exclusive with setImmutableCloudStorageOptions; if setting this builder, then any subsequent changes made to the inner GCS options builder will be reflected at the time GoogleCloudStorageFileSystemOptions.Builder.build() is called.
setCopyBatchThreads(int) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
 
setCopyMaxRequestsPerBatch(long) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
 
setCopyWithRewriteEnabled(boolean) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
 
setCreateMarkerObjects(boolean) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
setDirMetadataPrefetchLimit(long) - Method in class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorageOptions.Builder
Deprecated.
setEnableBucketDelete(boolean) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions.Builder
 
setFadvise(GoogleCloudStorageReadOptions.Fadvise) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions.Builder
Sets fadvise mode that tunes behavior to optimize HTTP GET requests for various use cases.
setFastFailOnNotFound(boolean) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions.Builder
True if attempts to open a new channel on a nonexistent object are required to immediately throw an IOException.
setGenerationReadConsistency(GoogleCloudStorageReadOptions.GenerationReadConsistency) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions.Builder
Sets the generation read consistency model.
setHttpRequestConnectTimeout(int) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
 
setHttpRequestReadTimeout(int) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
 
setImmutableCloudStorageOptions(GoogleCloudStorageOptions) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions.Builder
Mutually exclusive with setCloudStorageOptionsBuilder If this is called after calling setCloudStorageOptionsBuilder, then the previous value of the cloudStorageOptionsBuilder is discarded, in the same way setting other single-element fields is overridden by the last call to the builder.
setImmutablePerformanceCachingOptions(PerformanceCachingGoogleCloudStorageOptions) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions.Builder
Mutually exclusive with setPerformanceCachingOptionsBuilder If this is called after calling setPerformanceCachingOptionsBuilder, then the previous value of the performanceCacheOptionsBuilder is discarded, in the same way setting other single-element fields is overridden by the last call to the builder.
setInferImplicitDirectoriesEnabled(boolean) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
 
setInplaceSeekLimit(long) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions.Builder
If seeking to a new position which is within this number of bytes in front of the current position, then we will skip forward by reading and discarding the necessary amount of bytes rather than trying to open a brand-new underlying stream.
setIsPerformanceCacheEnabled(boolean) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions.Builder
 
setListCachingEnabled(boolean) - Method in class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorageOptions.Builder
Setting for enabling list caching.
setMarkerFileCreationEnabled(boolean) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
 
setMarkerFilePattern(String) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions.Builder
 
setMaxBytesRewrittenPerCall(long) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
 
setMaxEntryAgeMillis(long) - Method in class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorageOptions.Builder
Sets the max age of an item in cache in milliseconds.
setMaxEntryAgeMillis(long) - Method in class com.google.cloud.hadoop.gcsio.PrefixMappedItemCache.Config
Sets the time in milliseconds before an entry expires.
setMaxHttpRequestRetries(int) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
 
setMaxListItemsPerCall(long) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
 
setMaxRequestsPerBatch(long) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
 
setMaxRetries(int) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
Sets the number of times to automatically retry by re-opening the underlying contentChannel whenever an exception occurs while reading from it.
setMaxWaitMillisForEmptyObjectCreation(int) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
 
setMinRangeRequestSize(int) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions.Builder
Sets the minimum size of the HTTP Range header that could be set in GCS request when opening new stream to read an object.
setPathCodec(PathCodec) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions.Builder
 
setPerformanceCachingOptionsBuilder(PerformanceCachingGoogleCloudStorageOptions.Builder) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions.Builder
Mutually exclusive with setImmutablePerformanceCachingOptions; if setting this builder, then any subsequent changes made to the inner PerformanceCaching options builder will be reflected at the time PerformanceCachingGoogleCloudStorageOptions.Builder.build() is called.
setProjectId(String) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
 
setProxyAddress(String) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
 
setProxyPassword(String) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
 
setProxyUsername(String) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
 
setReadChannelOptions(GoogleCloudStorageReadOptions) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
 
setRequesterPaysOptions(RequesterPaysOptions) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
 
setShouldIncludeInTimestampUpdatesPredicate(Predicate<String>) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions.Builder
Set a Predicate to be applied to item paths to determine if the item should have its timestamps updated
setShouldIncludeInTimestampUpdatesPredicate(GoogleCloudStorageFileSystemOptions.TimestampUpdatePredicate) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions.Builder
 
setSize(long) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
Sets size of this channel to the given value.
setStatusParallelEnabled(boolean) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions.Builder
Enables parallel execution of GCS requests in listFileInfo and getFileInfo methods to reduce latency.
setTicker(Ticker) - Method in class com.google.cloud.hadoop.gcsio.PrefixMappedItemCache.Config
Sets the ticker for tracking expirations.
setTransportType(HttpTransportFactory.HttpTransportType) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
 
setWriteChannelOptions(AsyncWriteChannelOptions) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
 
setWriteChannelOptionsBuilder(AsyncWriteChannelOptions.Builder) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions.Builder
shouldIncludeInTimestampUpdatesPredicate - Variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions.Builder
 
shouldUpdateTimestamp(URI) - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions.TimestampUpdatePredicate
Called to determine if the given URI should be updated.
size() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
Returns size of the object to which this channel is connected.
size() - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryBucketEntry
Returns the number of objects in this bucket.
StorageResourceId - Class in com.google.cloud.hadoop.gcsio
Data struct representing either a GCS StorageObject, a GCS Bucket or the GCS root (gs://).
StorageResourceId(String) - Constructor for class com.google.cloud.hadoop.gcsio.StorageResourceId
Constructor for a StorageResourceId representing a Bucket; getObjectName() will return null for a StorageResourceId that represents a Bucket.
StorageResourceId(String, String) - Constructor for class com.google.cloud.hadoop.gcsio.StorageResourceId
Constructor for a StorageResourceId representing a full StorageObject, including bucketName and objectName.
StorageResourceId(String, String, long) - Constructor for class com.google.cloud.hadoop.gcsio.StorageResourceId
Constructor for a StorageResourceId representing a full StorageObject, including bucketName and objectName.

T

TestConfiguration - Class in com.google.cloud.hadoop.gcsio.testing
Access to test configurations values.
TestConfiguration() - Constructor for class com.google.cloud.hadoop.gcsio.testing.TestConfiguration
 
TestConfiguration.EnvironmentBasedTestConfiguration - Class in com.google.cloud.hadoop.gcsio.testing
Environment-based test configuration.
ThrottledGoogleCloudStorage - Class in com.google.cloud.hadoop.gcsio
Throttled GCS implementation that will limit our bucket creation and delete operations to N per second.
ThrottledGoogleCloudStorage(GoogleCloudStorage, RateLimiter) - Constructor for class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
Construct a ThrottledGoogleCloudStorage object that throttles all operations.
ThrottledGoogleCloudStorage(double, GoogleCloudStorage, EnumSet<ThrottledGoogleCloudStorage.StorageOperation>) - Constructor for class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
ThrottledGoogleCloudStorage(RateLimiter, GoogleCloudStorage, EnumSet<ThrottledGoogleCloudStorage.StorageOperation>) - Constructor for class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
ThrottledGoogleCloudStorage.StorageOperation - Enum in com.google.cloud.hadoop.gcsio
Operations that may be throttled.
throwIfNotValid() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystemOptions
 
throwIfNotValid() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
toBuilder() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageOptions
 
toBuilder() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
 
toBuilder() - Method in class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorageOptions
 
toString() - Method in class com.google.cloud.hadoop.gcsio.FileInfo
Gets string representation of this instance.
toString() - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageItemInfo
Gets string representation of this instance.
toString() - Method in class com.google.cloud.hadoop.gcsio.StorageResourceId
Returns a string of the form gs:///.
truncate(long) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
 
tryUpdateTimestampsForParentDirectories(List<URI>, List<URI>) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
For each listed modified object, attempt to update the modification time of the parent directory.

U

UNKNOWN_GENERATION_ID - Static variable in class com.google.cloud.hadoop.gcsio.StorageResourceId
 
UpdatableItemInfo - Class in com.google.cloud.hadoop.gcsio
Item information that can be updated without re-writing an entire object.
UpdatableItemInfo(StorageResourceId, Map<String, byte[]>) - Constructor for class com.google.cloud.hadoop.gcsio.UpdatableItemInfo
 
updateItems(List<UpdatableItemInfo>) - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
updateItems(List<UpdatableItemInfo>) - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Attempt to update metadata of the objects referenced within the passed itemInfo objects.
updateItems(List<UpdatableItemInfo>) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
 
updateItems(List<UpdatableItemInfo>) - Method in class com.google.cloud.hadoop.gcsio.PerformanceCachingGoogleCloudStorage
 
updateItems(List<UpdatableItemInfo>) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
updateItems(List<UpdatableItemInfo>) - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
updateTimestampsForParentDirectories(List<URI>, List<URI>) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
For each listed modified object, attempt to update the modification time of the parent directory.
URI_ENCODED_PATH_CODEC - Static variable in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
A PathCodec that expects URIs to be of the form: gs://authority/properly/encoded/path.

V

validateCopyArguments(String, List<String>, String, List<String>, GoogleCloudStorage) - Static method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
Validates basic argument constraints like non-null, non-empty Strings, using Preconditions in addition to checking for src/dst bucket existence and compatibility of bucket properties such as location and storage-class.
validatePathAndGetId(URI, boolean) - Static method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem
Deprecated.
This method is deprecated as each instance of GCS FS can be configured with a codec.
validatePathAndGetId(URI, boolean) - Method in interface com.google.cloud.hadoop.gcsio.PathCodec
Validates the given URI and if valid, returns the associated StorageResourceId.
validatePosition(long) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
Validates that the given position is valid for this channel.
valueOf(String) - Static method in enum com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions.Fadvise
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions.GenerationReadConsistency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage.StorageOperation
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions.Fadvise
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions.GenerationReadConsistency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage.StorageOperation
Returns an array containing the constants of this enum type, in the order they are declared.
VerificationAttributes - Class in com.google.cloud.hadoop.gcsio
GCS provided validation attributes for a single object.
VerificationAttributes(byte[], byte[]) - Constructor for class com.google.cloud.hadoop.gcsio.VerificationAttributes
 

W

waitForBucketEmpty(String) - Method in class com.google.cloud.hadoop.gcsio.ForwardingGoogleCloudStorage
 
waitForBucketEmpty(String) - Method in interface com.google.cloud.hadoop.gcsio.GoogleCloudStorage
Waits for the given bucket to be empty.
waitForBucketEmpty(String) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageImpl
See GoogleCloudStorage.waitForBucketEmpty(String) for details about expected behavior.
waitForBucketEmpty(String) - Method in class com.google.cloud.hadoop.gcsio.testing.InMemoryGoogleCloudStorage
 
waitForBucketEmpty(String) - Method in class com.google.cloud.hadoop.gcsio.ThrottledGoogleCloudStorage
 
write(ByteBuffer) - Method in class com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel
 
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2019. All rights reserved.