Modifier and Type | Class and Description |
---|---|
class |
ConnectionLimitingFactory
A wrapping factory that adds a
LimitedConnectionsFileSystem to a file system. |
class |
PluginFileSystemFactory
A wrapper around
FileSystemFactory that ensures the plugin classloader is used for all
FileSystem operations. |
Modifier and Type | Method and Description |
---|---|
static FileSystemFactory |
ConnectionLimitingFactory.decorateIfLimited(FileSystemFactory factory,
String scheme,
Configuration config)
Decorates the given factory for a
ConnectionLimitingFactory , if the given
configuration configured connection limiting for the given file system scheme. |
Modifier and Type | Method and Description |
---|---|
static FileSystemFactory |
ConnectionLimitingFactory.decorateIfLimited(FileSystemFactory factory,
String scheme,
Configuration config)
Decorates the given factory for a
ConnectionLimitingFactory , if the given
configuration configured connection limiting for the given file system scheme. |
static PluginFileSystemFactory |
PluginFileSystemFactory.of(FileSystemFactory inner) |
Modifier and Type | Class and Description |
---|---|
class |
LocalFileSystemFactory
A factory for the
LocalFileSystem . |
Modifier and Type | Class and Description |
---|---|
class |
AnotherDummyFSFactory
Factory of dummy FileSystem.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAzureFSFactory
Abstract factory for AzureFS.
|
class |
AzureBlobStorageFSFactory
A factory for the Azure file system over HTTP.
|
class |
AzureDataLakeStoreGen2FSFactory
Abfs azureFs implementation.
|
class |
SecureAzureBlobStorageFSFactory
A factory for the Azure file system over HTTPs.
|
class |
SecureAzureDataLakeStoreGen2FSFactory
Secure ABFS AzureFS implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
DummyFSFactory
Factory of dummy FileSystem.
|
Modifier and Type | Class and Description |
---|---|
class |
GSFileSystemFactory
Implementation of the Flink
FileSystemFactory interface for
Google Storage. |
Modifier and Type | Class and Description |
---|---|
class |
OSSFileSystemFactory
Simple factory for the OSS file system.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractS3FileSystemFactory
Base class for file system factories that create S3 file systems.
|
Modifier and Type | Class and Description |
---|---|
class |
S3AFileSystemFactory
Simple factory for the S3 file system, registered for the s3a:// scheme.
|
class |
S3FileSystemFactory
Simple factory for the S3 file system.
|
Modifier and Type | Class and Description |
---|---|
class |
S3PFileSystemFactory
Simple factory for the S3 file system, registered for the s3p:// scheme.
|
Modifier and Type | Class and Description |
---|---|
class |
HadoopFsFactory
A file system factory for Hadoop-based file systems.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.