| 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 |
GoogleCloudStorage.getOptions()
Retrieve the options that were used to create this GoogleCloudStorage.
|
GoogleCloudStorageOptions |
CacheSupplementedGoogleCloudStorage.getOptions() |
GoogleCloudStorageOptions |
MetadataReadOnlyGoogleCloudStorage.getOptions() |
GoogleCloudStorageOptions |
ThrottledGoogleCloudStorage.getOptions() |
| Constructor and Description |
|---|
GoogleCloudStorageFileSystemOptions(GoogleCloudStorageOptions cloudStorageOptions,
boolean metadataCacheEnabled,
DirectoryListCache.Type cacheType,
String cacheBasePath,
com.google.common.base.Predicate<String> shouldIncludeInTimestampUpdatesPredicate,
long cacheMaxEntryAgeMillis,
long cacheMaxInfoAgeMillis,
PathCodec pathCodec) |
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 © 2016. All rights reserved.