Uses of Class
com.google.cloud.storage.contrib.nio.CloudStorageConfiguration.Builder
Packages that use CloudStorageConfiguration.Builder
Package
Description
Java 7 nio FileSystem client library for Google Cloud Storage.
-
Uses of CloudStorageConfiguration.Builder in com.google.cloud.storage.contrib.nio
Methods in com.google.cloud.storage.contrib.nio that return CloudStorageConfiguration.BuilderModifier and TypeMethodDescriptionCloudStorageConfiguration.Builder.autoDetectRequesterPays(boolean value) CloudStorageConfiguration.Builder.blockSize(int value) Sets the block size in bytes that should be used for each HTTP request to the API.CloudStorageConfiguration.builder()Creates a new builder, initialized with the following settings: Performing I/O on paths with extra slashes, e.g.CloudStorageConfiguration.Builder.maxChannelReopens(int value) CloudStorageConfiguration.Builder.permitEmptyPathComponents(boolean value) Configures whether or not we should throw an exception when encountering object names containing superfluous slashes, e.g.CloudStorageConfiguration.Builder.reopenableExceptions(com.google.common.collect.ImmutableList<Class<? extends Exception>> values) CloudStorageConfiguration.Builder.retryableHttpCodes(com.google.common.collect.ImmutableList<Integer> value) CloudStorageConfiguration.Builder.stripPrefixSlash(boolean value) Configures if the '/' prefix on absolute object names should be removed before I/O.CloudStorageConfiguration.Builder.usePseudoDirectories(boolean value) Configures if paths with a trailing slash should be treated as fake directories.CloudStorageConfiguration.Builder.userProject(String value) CloudStorageConfiguration.Builder.workingDirectory(String path) Changes current working directory for new filesystem.