| Package | Description |
|---|---|
| com.google.cloud.hadoop.gcsio |
| Modifier and Type | Field and Description |
|---|---|
static PathCodec |
GoogleCloudStorageFileSystem.LEGACY_PATH_CODEC
A PathCodec that maintains compatibility with versions of GCS FS < 1.4.5.
|
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 |
|---|---|
PathCodec |
GoogleCloudStorageFileSystemOptions.getPathCodec() |
PathCodec |
GoogleCloudStorageFileSystem.getPathCodec()
The PathCodec in use by this file system.
|
| Modifier and Type | Method and Description |
|---|---|
static java.net.URI |
FileInfo.convertToDirectoryPath(PathCodec pathCodec,
java.net.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 java.util.List<FileInfo> |
FileInfo.fromItemInfos(PathCodec pathCodec,
java.util.List<GoogleCloudStorageItemInfo> itemInfos)
Handy factory method for constructing a list of FileInfo from a list of
GoogleCloudStorageItemInfo.
|
static java.net.URI |
GoogleCloudStorageFileSystem.getParentPath(PathCodec pathCodec,
java.net.URI path)
Deprecated.
This static method is included as a transitional utility and the
instance method variant should be preferred.
|
GoogleCloudStorageFileSystemOptions.Builder |
GoogleCloudStorageFileSystemOptions.Builder.setPathCodec(PathCodec pathCodec) |
| Constructor and Description |
|---|
GoogleCloudStorageFileSystemOptions(PerformanceCachingGoogleCloudStorageOptions performanceCacheOptions,
boolean performanceCacheEnabled,
GoogleCloudStorageOptions cloudStorageOptions,
GoogleCloudStorageFileSystemOptions.TimestampUpdatePredicate shouldIncludeInTimestampUpdatesPredicate,
PathCodec pathCodec,
boolean enableBucketDelete,
java.lang.String markerFilePattern,
boolean statusParallelEnabled) |
Copyright © 2019. All rights reserved.