Package org.apache.flink.fs.azurefs
Class AbstractAzureFSFactory
java.lang.Object
org.apache.flink.fs.azurefs.AbstractAzureFSFactory
- All Implemented Interfaces:
org.apache.flink.core.fs.FileSystemFactory,org.apache.flink.core.plugin.Plugin
- Direct Known Subclasses:
AzureBlobStorageFSFactory,AzureDataLakeStoreGen2FSFactory,SecureAzureBlobStorageFSFactory,SecureAzureDataLakeStoreGen2FSFactory
public abstract class AbstractAzureFSFactory
extends Object
implements org.apache.flink.core.fs.FileSystemFactory
Abstract factory for AzureFS. Subclasses override to specify the correct scheme (wasb / wasbs /
abfs/ abfss). Based on Azure HDFS support in the hadoop-azure module.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.core.fs.FileSystemFactory
getSchemeMethods inherited from interface org.apache.flink.core.plugin.Plugin
getClassLoader
-
Constructor Details
-
AbstractAzureFSFactory
public AbstractAzureFSFactory()
-
-
Method Details
-
configure
public void configure(org.apache.flink.configuration.Configuration config) - Specified by:
configurein interfaceorg.apache.flink.core.plugin.Plugin
-
create
- Specified by:
createin interfaceorg.apache.flink.core.fs.FileSystemFactory- Throws:
IOException
-