Modifier and Type | Method and Description |
---|---|
protected static UnderFileSystemConfiguration |
UfsJournal.getJournalUfsConf() |
Modifier and Type | Field and Description |
---|---|
protected UnderFileSystemConfiguration |
BaseUnderFileSystem.mUfsConf
UFS Configuration options.
|
Modifier and Type | Method and Description |
---|---|
UnderFileSystemConfiguration |
UnderFileSystemConfiguration.createMountSpecificConf(Map<String,String> mountConf)
Creates a new instance from the current configuration and adds in new properties.
|
static UnderFileSystemConfiguration |
UnderFileSystemConfiguration.defaults(AlluxioConfiguration alluxioConf) |
UnderFileSystemConfiguration |
UnderFileSystemConfiguration.setReadOnly(boolean readOnly) |
UnderFileSystemConfiguration |
UnderFileSystemConfiguration.setShared(boolean shared) |
Modifier and Type | Method and Description |
---|---|
void |
MasterUfsManager.addMount(long mountId,
AlluxioURI ufsUri,
UnderFileSystemConfiguration ufsConf) |
void |
AbstractUfsManager.addMount(long mountId,
AlluxioURI ufsUri,
UnderFileSystemConfiguration ufsConf) |
void |
UfsManager.addMount(long mountId,
AlluxioURI ufsUri,
UnderFileSystemConfiguration ufsConf)
Keeps track of a mount id and maps it to its URI in Alluxio and configuration.
|
UnderFileSystem |
UnderFileSystemFactory.create(String path,
UnderFileSystemConfiguration conf)
Creates a new client for accessing the given path.
|
static UnderFileSystem |
UnderFileSystem.Factory.create(String path,
UnderFileSystemConfiguration ufsConf)
Creates a client for operations involved with the under file system.
|
static UnderFileSystemFactory |
UnderFileSystemFactoryRegistry.find(String path,
UnderFileSystemConfiguration ufsConf)
Finds the first Under File System factory that supports the given path.
|
static List<UnderFileSystemFactory> |
UnderFileSystemFactoryRegistry.findAll(String path,
UnderFileSystemConfiguration ufsConf)
Finds all the Under File System factories that support the given path.
|
default boolean |
UnderFileSystemFactory.supportsPath(String path,
UnderFileSystemConfiguration conf)
Gets whether this factory supports the given path and thus whether calling the
UnderFileSystemFactory.create(String, UnderFileSystemConfiguration) can succeed for
this path. |
Constructor and Description |
---|
BaseUnderFileSystem(AlluxioURI uri,
UnderFileSystemConfiguration ufsConf)
Constructs an
BaseUnderFileSystem . |
ConsistentUnderFileSystem(AlluxioURI uri,
UnderFileSystemConfiguration ufsConf)
Creates a new
ConsistentUnderFileSystem for the given uri. |
ObjectUnderFileSystem(AlluxioURI uri,
UnderFileSystemConfiguration ufsConf)
Constructs an
ObjectUnderFileSystem . |
Modifier and Type | Method and Description |
---|---|
UnderFileSystem |
COSUnderFileSystemFactory.create(String path,
UnderFileSystemConfiguration conf) |
static COSUnderFileSystem |
COSUnderFileSystem.createInstance(AlluxioURI uri,
UnderFileSystemConfiguration conf)
Constructs a new instance of
COSUnderFileSystem . |
Constructor and Description |
---|
COSUnderFileSystem(AlluxioURI uri,
com.qcloud.cos.COSClient client,
String bucketName,
String appId,
UnderFileSystemConfiguration conf)
Constructor for
COSUnderFileSystem . |
Modifier and Type | Method and Description |
---|---|
UnderFileSystem |
GCSUnderFileSystemFactory.create(String path,
UnderFileSystemConfiguration conf) |
static GCSUnderFileSystem |
GCSUnderFileSystem.createInstance(AlluxioURI uri,
UnderFileSystemConfiguration conf)
Constructs a new instance of
GCSUnderFileSystem . |
Constructor and Description |
---|
GCSUnderFileSystem(AlluxioURI uri,
org.jets3t.service.impl.rest.httpclient.GoogleStorageService googleStorageService,
String bucketName,
UnderFileSystemConfiguration conf)
Constructor for
GCSUnderFileSystem . |
Modifier and Type | Method and Description |
---|---|
UnderFileSystem |
HdfsUnderFileSystemFactory.create(String path,
UnderFileSystemConfiguration conf) |
static org.apache.hadoop.conf.Configuration |
HdfsUnderFileSystem.createConfiguration(UnderFileSystemConfiguration conf)
Prepares the Hadoop configuration necessary to successfully obtain a
FileSystem
instance that can access the provided path. |
static HdfsUnderFileSystem |
HdfsUnderFileSystem.createInstance(AlluxioURI ufsUri,
UnderFileSystemConfiguration conf)
Factory method to constructs a new HDFS
UnderFileSystem instance. |
boolean |
HdfsUnderFileSystemFactory.supportsPath(String path,
UnderFileSystemConfiguration conf) |
Constructor and Description |
---|
HdfsUnderFileSystem(AlluxioURI ufsUri,
UnderFileSystemConfiguration conf,
org.apache.hadoop.conf.Configuration hdfsConf)
Constructs a new HDFS
UnderFileSystem . |
Constructor and Description |
---|
SupportedHdfsActiveSyncProvider(URI uri,
org.apache.hadoop.conf.Configuration conf,
UnderFileSystemConfiguration ufsConf)
Constructor for supported Hdfs Active Sync Provider.
|
Modifier and Type | Method and Description |
---|---|
UnderFileSystem |
KodoUnderFileSystemFactory.create(String path,
UnderFileSystemConfiguration conf) |
protected static KodoUnderFileSystem |
KodoUnderFileSystem.creatInstance(AlluxioURI uri,
UnderFileSystemConfiguration conf) |
Constructor and Description |
---|
KodoUnderFileSystem(AlluxioURI uri,
KodoClient kodoclient,
UnderFileSystemConfiguration conf) |
Modifier and Type | Method and Description |
---|---|
UnderFileSystem |
LocalUnderFileSystemFactory.create(String path,
UnderFileSystemConfiguration conf) |
Constructor and Description |
---|
LocalUnderFileSystem(AlluxioURI uri,
UnderFileSystemConfiguration ufsConf)
Constructs a new
LocalUnderFileSystem . |
Modifier and Type | Method and Description |
---|---|
UnderFileSystem |
OSSUnderFileSystemFactory.create(String path,
UnderFileSystemConfiguration conf) |
static OSSUnderFileSystem |
OSSUnderFileSystem.createInstance(AlluxioURI uri,
UnderFileSystemConfiguration conf)
Constructs a new instance of
OSSUnderFileSystem . |
Constructor and Description |
---|
OSSUnderFileSystem(AlluxioURI uri,
com.aliyun.oss.OSS ossClient,
String bucketName,
UnderFileSystemConfiguration conf)
Constructor for
OSSUnderFileSystem . |
Modifier and Type | Method and Description |
---|---|
UnderFileSystem |
S3AUnderFileSystemFactory.create(String path,
UnderFileSystemConfiguration conf) |
static com.amazonaws.auth.AWSCredentialsProvider |
S3AUnderFileSystem.createAwsCredentialsProvider(UnderFileSystemConfiguration conf) |
static S3AUnderFileSystem |
S3AUnderFileSystem.createInstance(AlluxioURI uri,
UnderFileSystemConfiguration conf)
Constructs a new instance of
S3AUnderFileSystem . |
Constructor and Description |
---|
S3AUnderFileSystem(AlluxioURI uri,
com.amazonaws.services.s3.AmazonS3Client amazonS3Client,
String bucketName,
ExecutorService executor,
com.amazonaws.services.s3.transfer.TransferManager transferManager,
UnderFileSystemConfiguration conf,
boolean streamingUploadEnabled)
Constructor for
S3AUnderFileSystem . |
Modifier and Type | Method and Description |
---|---|
UnderFileSystem |
SwiftUnderFileSystemFactory.create(String path,
UnderFileSystemConfiguration conf) |
Constructor and Description |
---|
SwiftUnderFileSystem(AlluxioURI uri,
UnderFileSystemConfiguration conf)
Constructs a new Swift
UnderFileSystem . |
Modifier and Type | Method and Description |
---|---|
UnderFileSystem |
WasbUnderFileSystemFactory.create(String path,
UnderFileSystemConfiguration conf) |
static org.apache.hadoop.conf.Configuration |
WasbUnderFileSystem.createConfiguration(UnderFileSystemConfiguration conf,
Boolean isSecure)
Prepares the configuration for this Wasb as an HDFS configuration.
|
static WasbUnderFileSystem |
WasbUnderFileSystem.createInstance(AlluxioURI uri,
UnderFileSystemConfiguration conf)
Factory method to construct a new Wasb
UnderFileSystem . |
Constructor and Description |
---|
WasbUnderFileSystem(AlluxioURI ufsUri,
UnderFileSystemConfiguration conf,
org.apache.hadoop.conf.Configuration wasbConf)
Constructs a new Wasb
UnderFileSystem . |
Modifier and Type | Method and Description |
---|---|
UnderFileSystem |
WebUnderFileSystemFactory.create(String path,
UnderFileSystemConfiguration conf) |
Constructor and Description |
---|
WebUnderFileSystem(AlluxioURI uri,
UnderFileSystemConfiguration ufsConf)
Constructs a new
WebUnderFileSystem . |
Copyright © 2023. All Rights Reserved.