Package org.apache.druid.storage.azure
Class AzureLoadSpec
- java.lang.Object
-
- org.apache.druid.storage.azure.AzureLoadSpec
-
- All Implemented Interfaces:
org.apache.druid.segment.loading.LoadSpec
public class AzureLoadSpec extends Object implements org.apache.druid.segment.loading.LoadSpec
A means of pulling segment files into Azure based deep storage
-
-
Constructor Summary
Constructors Constructor Description AzureLoadSpec(String containerName, String blobPath, AzureDataSegmentPuller puller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.druid.segment.loading.LoadSpec.LoadSpecResult
loadSegment(File file)
-
-
-
Constructor Detail
-
AzureLoadSpec
public AzureLoadSpec(String containerName, String blobPath, AzureDataSegmentPuller puller)
-
-
Method Detail
-
loadSegment
public org.apache.druid.segment.loading.LoadSpec.LoadSpecResult loadSegment(File file) throws org.apache.druid.segment.loading.SegmentLoadingException
- Specified by:
loadSegment
in interfaceorg.apache.druid.segment.loading.LoadSpec
- Throws:
org.apache.druid.segment.loading.SegmentLoadingException
-
-