Package org.apache.flink.fs.azurefs
Class AzureBlobStorageFSFactory
- java.lang.Object
-
- org.apache.flink.fs.azurefs.AbstractAzureFSFactory
-
- org.apache.flink.fs.azurefs.AzureBlobStorageFSFactory
-
- All Implemented Interfaces:
org.apache.flink.core.fs.FileSystemFactory,org.apache.flink.core.plugin.Plugin
public class AzureBlobStorageFSFactory extends AbstractAzureFSFactory
A factory for the Azure file system over HTTP.
-
-
Constructor Summary
Constructors Constructor Description AzureBlobStorageFSFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetScheme()-
Methods inherited from class org.apache.flink.fs.azurefs.AbstractAzureFSFactory
configure, create
-
-
-
-
Method Detail
-
getScheme
public String getScheme()
-
-