Uses of Class
com.google.cloud.storage.contrib.nio.CloudStorageFileSystem
Packages that use CloudStorageFileSystem
Package
Description
Java 7 nio FileSystem client library for Google Cloud Storage.
-
Uses of CloudStorageFileSystem in com.google.cloud.storage.contrib.nio
Methods in com.google.cloud.storage.contrib.nio that return CloudStorageFileSystemModifier and TypeMethodDescriptionstatic CloudStorageFileSystemReturns Google Cloud StorageFileSystemobject forbucket.static CloudStorageFileSystemCloudStorageFileSystem.forBucket(String bucket, CloudStorageConfiguration config) Creates new file system instance forbucket, with customizable settings.static CloudStorageFileSystemCloudStorageFileSystem.forBucket(String bucket, CloudStorageConfiguration config, com.google.cloud.storage.StorageOptions storageOptions) Returns Google Cloud StorageFileSystemobject forbucket.CloudStorageFileSystemProvider.getFileSystem(URI uri) Returns Cloud Storage file system, provided a URI with no path, e.g.CloudStoragePath.getFileSystem()CloudStorageFileSystemProvider.newFileSystem(URI uri, Map<String, ?> env) Returns Cloud Storage file system, provided a URI, e.g.