Package | Description |
---|---|
com.google.cloud.hadoop.gcsio | |
com.google.cloud.hadoop.gcsio.cooplock |
Modifier and Type | Field and Description |
---|---|
static PathCodec |
GoogleCloudStorageFileSystem.LEGACY_PATH_CODEC
A PathCodec that maintains compatibility with versions of GCS FS prior to the 1.4.5 version.
|
static PathCodec |
GoogleCloudStorageFileSystem.URI_ENCODED_PATH_CODEC
A PathCodec that expects URIs to be of the form: gs://authority/properly/encoded/path.
|
Modifier and Type | Method and Description |
---|---|
abstract PathCodec |
GoogleCloudStorageFileSystemOptions.getPathCodec() |
PathCodec |
GoogleCloudStorageFileSystem.getPathCodec()
The PathCodec in use by this file system.
|
Modifier and Type | Method and Description |
---|---|
static URI |
FileInfo.convertToDirectoryPath(PathCodec pathCodec,
URI path)
Converts the given path to look like a directory path.
|
static FileInfo |
FileInfo.fromItemInfo(PathCodec pathCodec,
GoogleCloudStorageItemInfo itemInfo)
Handy factory method for constructing a FileInfo from a GoogleCloudStorageItemInfo while
potentially returning a singleton instead of really constructing an object for cases like ROOT.
|
static List<FileInfo> |
FileInfo.fromItemInfos(PathCodec pathCodec,
List<GoogleCloudStorageItemInfo> itemInfos)
Handy factory method for constructing a list of FileInfo from a list of
GoogleCloudStorageItemInfo.
|
abstract GoogleCloudStorageFileSystemOptions.Builder |
GoogleCloudStorageFileSystemOptions.Builder.setPathCodec(PathCodec pathCodec) |
Modifier and Type | Method and Description |
---|---|
static CoopLockOperationDelete |
CoopLockOperationDelete.create(GoogleCloudStorage gcs,
PathCodec pathCodec,
URI path) |
static CoopLockOperationRename |
CoopLockOperationRename.create(GoogleCloudStorage gcs,
PathCodec pathCodec,
URI src,
URI dst) |
Constructor and Description |
---|
CoopLockOperationDao(GoogleCloudStorage gcs,
PathCodec pathCodec) |
Copyright © 2019. All rights reserved.