Modifier and Type | Method and Description |
---|---|
static UnderFileSystemFactory |
UnderFileSystemFactoryRegistry.find(String path,
AlluxioConfiguration alluxioConf)
Finds the first Under File System factory that supports the given path.
|
static UnderFileSystemFactory |
UnderFileSystemFactoryRegistry.find(String path,
UnderFileSystemConfiguration ufsConf)
Finds the first Under File System factory that supports the given path.
|
Modifier and Type | Method and Description |
---|---|
static List<UnderFileSystemFactory> |
UnderFileSystemFactoryRegistry.available()
Returns a read-only view of the available base factories.
|
static List<UnderFileSystemFactory> |
UnderFileSystemFactoryRegistry.findAll(String path,
UnderFileSystemConfiguration ufsConf)
Finds all the Under File System factories that support the given path.
|
Modifier and Type | Method and Description |
---|---|
static void |
UnderFileSystemFactoryRegistry.register(UnderFileSystemFactory factory)
Registers a new factory.
|
static void |
UnderFileSystemFactoryRegistry.unregister(UnderFileSystemFactory factory)
Unregisters an existing factory.
|
Modifier and Type | Class and Description |
---|---|
class |
AbfsUnderFileSystemFactory
Factory for creating
AbfsUnderFileSystem . |
Modifier and Type | Class and Description |
---|---|
class |
AdlUnderFileSystemFactory
Factory for creating
AdlUnderFileSystem . |
Modifier and Type | Class and Description |
---|---|
class |
CephFSUnderFileSystemFactory
Factory for creating
CephFSUnderFileSystem . |
Modifier and Type | Class and Description |
---|---|
class |
CephfsHadoopUnderFileSystemFactory
Factory for creating
HdfsUnderFileSystem . |
Modifier and Type | Class and Description |
---|---|
class |
COSUnderFileSystemFactory
Factory for creating
COSUnderFileSystem . |
Modifier and Type | Class and Description |
---|---|
class |
CosNUnderFileSystemFactory
Factory for creating
HdfsUnderFileSystem . |
Modifier and Type | Class and Description |
---|---|
class |
GCSUnderFileSystemFactory
Factory for creating
GCSUnderFileSystem or GCSV2UnderFileSystem
based on the PropertyKey.UNDERFS_GCS_VERSION . |
Modifier and Type | Class and Description |
---|---|
class |
HdfsUnderFileSystemFactory
Factory for creating
HdfsUnderFileSystem . |
Modifier and Type | Class and Description |
---|---|
class |
KodoUnderFileSystemFactory
Factory for creating
KodoUnderFileSystem . |
Modifier and Type | Class and Description |
---|---|
class |
LocalUnderFileSystemFactory
Factory for creating
LocalUnderFileSystem . |
Modifier and Type | Class and Description |
---|---|
class |
OBSUnderFileSystemFactory
Factory for creating
OBSUnderFileSystem . |
Modifier and Type | Class and Description |
---|---|
class |
OSSUnderFileSystemFactory
Factory for creating
OSSUnderFileSystem . |
Modifier and Type | Class and Description |
---|---|
class |
OzoneUnderFileSystemFactory
Factory for creating
HdfsUnderFileSystem . |
Modifier and Type | Class and Description |
---|---|
class |
S3AUnderFileSystemFactory
Factory for creating
S3AUnderFileSystem . |
Modifier and Type | Class and Description |
---|---|
class |
SwiftUnderFileSystemFactory
Factory for creating
SwiftUnderFileSystem . |
Modifier and Type | Class and Description |
---|---|
class |
WasbUnderFileSystemFactory
Factory for creating
WasbUnderFileSystem . |
Modifier and Type | Class and Description |
---|---|
class |
WebUnderFileSystemFactory
Factory for creating
WebUnderFileSystem . |
Copyright © 2023. All Rights Reserved.