public abstract class GoogleCloudStorageFileSystemOptions extends Object
GoogleCloudStorageFileSystem class.| Modifier and Type | Class and Description |
|---|---|
static class |
GoogleCloudStorageFileSystemOptions.Builder
Mutable builder for
GoogleCloudStorageFileSystemOptions. |
static class |
GoogleCloudStorageFileSystemOptions.ClientType
Cloud Storage client to use.
|
| Modifier and Type | Field and Description |
|---|---|
static GoogleCloudStorageFileSystemOptions |
DEFAULT |
| Constructor and Description |
|---|
GoogleCloudStorageFileSystemOptions() |
| Modifier and Type | Method and Description |
|---|---|
static GoogleCloudStorageFileSystemOptions.Builder |
builder() |
abstract GoogleCloudStorageFileSystemOptions.ClientType |
getClientType() |
abstract GoogleCloudStorageOptions |
getCloudStorageOptions() |
abstract Pattern |
getMarkerFilePattern() |
abstract PerformanceCachingGoogleCloudStorageOptions |
getPerformanceCacheOptions() |
abstract boolean |
isBucketDeleteEnabled() |
abstract boolean |
isCooperativeLockingEnabled() |
abstract boolean |
isEnsureNoConflictingItems() |
abstract boolean |
isPerformanceCacheEnabled() |
abstract boolean |
isStatusParallelEnabled() |
void |
throwIfNotValid() |
abstract GoogleCloudStorageFileSystemOptions.Builder |
toBuilder() |
public static GoogleCloudStorageFileSystemOptions DEFAULT
public static GoogleCloudStorageFileSystemOptions.Builder builder()
public abstract GoogleCloudStorageFileSystemOptions.Builder toBuilder()
public abstract boolean isPerformanceCacheEnabled()
public abstract GoogleCloudStorageFileSystemOptions.ClientType getClientType()
public abstract PerformanceCachingGoogleCloudStorageOptions getPerformanceCacheOptions()
public abstract GoogleCloudStorageOptions getCloudStorageOptions()
public abstract boolean isBucketDeleteEnabled()
public abstract boolean isStatusParallelEnabled()
public abstract boolean isCooperativeLockingEnabled()
public abstract boolean isEnsureNoConflictingItems()
public void throwIfNotValid()
Copyright © 2024. All rights reserved.