| Package | Description |
|---|---|
| com.google.cloud.hadoop.gcsio |
| Modifier and Type | Field and Description |
|---|---|
protected DirectoryListCache.Type |
GoogleCloudStorageFileSystemOptions.Builder.cacheType |
| Modifier and Type | Method and Description |
|---|---|
DirectoryListCache.Type |
GoogleCloudStorageFileSystemOptions.getCacheType() |
static DirectoryListCache.Type |
DirectoryListCache.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirectoryListCache.Type[] |
DirectoryListCache.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudStorageFileSystemOptions.Builder |
GoogleCloudStorageFileSystemOptions.Builder.setCacheType(DirectoryListCache.Type cacheType) |
| 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) |
Copyright © 2016. All rights reserved.