public static class GoogleCloudStorageFileSystemOptions.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
cacheBasePath |
protected DirectoryListCache.Type |
cacheType |
protected boolean |
metadataCacheEnabled |
protected com.google.common.base.Predicate<String> |
shouldIncludeInTimestampUpdatesPredicate |
| Constructor and Description |
|---|
GoogleCloudStorageFileSystemOptions.Builder() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudStorageFileSystemOptions |
build() |
GoogleCloudStorageOptions.Builder |
getCloudStorageOptionsBuilder() |
GoogleCloudStorageFileSystemOptions.Builder |
setCacheBasePath(String cacheBasePath) |
GoogleCloudStorageFileSystemOptions.Builder |
setCacheType(DirectoryListCache.Type cacheType) |
GoogleCloudStorageFileSystemOptions.Builder |
setIsMetadataCacheEnabled(boolean isMetadataCacheEnabled) |
GoogleCloudStorageFileSystemOptions.Builder |
setShouldIncludeInTimestampUpdatesPredicate(com.google.common.base.Predicate<String> shouldIncludeInTimestampUpdatesPredicate) |
protected boolean metadataCacheEnabled
protected DirectoryListCache.Type cacheType
protected String cacheBasePath
protected com.google.common.base.Predicate<String> shouldIncludeInTimestampUpdatesPredicate
public GoogleCloudStorageFileSystemOptions.Builder()
public GoogleCloudStorageOptions.Builder getCloudStorageOptionsBuilder()
public GoogleCloudStorageFileSystemOptions.Builder setIsMetadataCacheEnabled(boolean isMetadataCacheEnabled)
public GoogleCloudStorageFileSystemOptions.Builder setCacheType(DirectoryListCache.Type cacheType)
public GoogleCloudStorageFileSystemOptions.Builder setCacheBasePath(String cacheBasePath)
public GoogleCloudStorageFileSystemOptions.Builder setShouldIncludeInTimestampUpdatesPredicate(com.google.common.base.Predicate<String> shouldIncludeInTimestampUpdatesPredicate)
public GoogleCloudStorageFileSystemOptions build()
Copyright © 2015. All rights reserved.