Package org.apache.druid.storage.azure
Interface AzureByteSourceFactory
-
public interface AzureByteSourceFactory
Factory used to createAzureByteSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AzureByteSource
create(String containerName, String blobPath)
-
-
-
Method Detail
-
create
AzureByteSource create(String containerName, String blobPath)
-
-