Package | Description |
---|---|
com.google.cloud.storage.contrib.nio |
Java 7 nio FileSystem client library for Google Cloud Storage.
|
Modifier and Type | Method and Description |
---|---|
static CloudStorageFileSystem |
CloudStorageFileSystem.forBucket(String bucket)
Returns Google Cloud Storage
FileSystem object for bucket . |
static CloudStorageFileSystem |
CloudStorageFileSystem.forBucket(String bucket,
CloudStorageConfiguration config)
Creates new file system instance for
bucket , with customizable settings. |
static CloudStorageFileSystem |
CloudStorageFileSystem.forBucket(String bucket,
CloudStorageConfiguration config,
StorageOptions storageOptions)
Returns Google Cloud Storage
FileSystem object for bucket . |
CloudStorageFileSystem |
CloudStoragePath.getFileSystem() |
CloudStorageFileSystem |
CloudStorageFileSystemProvider.getFileSystem(URI uri)
Returns Cloud Storage file system, provided a URI with no path, e.g.
|
CloudStorageFileSystem |
CloudStorageFileSystemProvider.newFileSystem(URI uri,
Map<String,?> env)
Returns Cloud Storage file system, provided a URI, e.g.
|
Copyright © 2019 Google LLC. All rights reserved.