Package org.apache.flink.fs.azurefs
Class AzureDataLakeStoreGen2FSFactory
- java.lang.Object
-
- org.apache.flink.fs.azurefs.AbstractAzureFSFactory
-
- org.apache.flink.fs.azurefs.AzureDataLakeStoreGen2FSFactory
-
- All Implemented Interfaces:
FileSystemFactory
,Plugin
public class AzureDataLakeStoreGen2FSFactory extends AbstractAzureFSFactory
Abfs azureFs implementation.
-
-
Constructor Summary
Constructors Constructor Description AzureDataLakeStoreGen2FSFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getScheme()
Gets the scheme of the file system created by this factory.-
Methods inherited from class org.apache.flink.fs.azurefs.AbstractAzureFSFactory
configure, create
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.flink.core.plugin.Plugin
getClassLoader
-
-
-
-
Method Detail
-
getScheme
public String getScheme()
Description copied from interface:FileSystemFactory
Gets the scheme of the file system created by this factory.
-
-