| Package | Description |
|---|---|
| com.google.cloud.hadoop.gcsio | |
| com.google.cloud.hadoop.gcsio.testing |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudStorageOptions |
GoogleCloudStorageOptions.Builder.build() |
GoogleCloudStorageOptions |
GoogleCloudStorageFileSystemOptions.getCloudStorageOptions() |
GoogleCloudStorageOptions |
GoogleCloudStorageImpl.getOptions() |
GoogleCloudStorageOptions |
ThrottledGoogleCloudStorage.getOptions() |
GoogleCloudStorageOptions |
ForwardingGoogleCloudStorage.getOptions() |
GoogleCloudStorageOptions |
GoogleCloudStorage.getOptions()
Retrieve the options that were used to create this GoogleCloudStorage.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudStorageFileSystemOptions.Builder |
GoogleCloudStorageFileSystemOptions.Builder.setImmutableCloudStorageOptions(GoogleCloudStorageOptions immutableCloudStorageOptions)
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.
|
| Constructor and Description |
|---|
GoogleCloudStorageFileSystemOptions(PerformanceCachingGoogleCloudStorageOptions performanceCacheOptions,
boolean performanceCacheEnabled,
GoogleCloudStorageOptions cloudStorageOptions,
GoogleCloudStorageFileSystemOptions.TimestampUpdatePredicate shouldIncludeInTimestampUpdatesPredicate,
PathCodec pathCodec,
boolean enableBucketDelete,
java.lang.String markerFilePattern,
boolean statusParallelEnabled) |
GoogleCloudStorageImpl(GoogleCloudStorageOptions options,
com.google.api.client.auth.oauth2.Credential credential)
Constructs an instance of GoogleCloudStorageImpl.
|
GoogleCloudStorageImpl(GoogleCloudStorageOptions options,
com.google.api.services.storage.Storage gcs)
Constructs an instance of GoogleCloudStorageImpl.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudStorageOptions |
InMemoryGoogleCloudStorage.getOptions() |
| Constructor and Description |
|---|
InMemoryGoogleCloudStorage(GoogleCloudStorageOptions options) |
InMemoryGoogleCloudStorage(GoogleCloudStorageOptions storageOptions,
com.google.api.client.util.Clock clock) |
Copyright © 2019. All rights reserved.