Class AzureEntity
- java.lang.Object
-
- org.apache.druid.data.input.RetryingInputEntity
-
- org.apache.druid.data.input.azure.AzureEntity
-
- All Implemented Interfaces:
org.apache.druid.data.input.InputEntity
public class AzureEntity extends org.apache.druid.data.input.RetryingInputEntity
Represents an azure based input resource and knows how to read bytes from the given resource.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getPath()
com.google.common.base.Predicate<Throwable>
getRetryCondition()
URI
getUri()
protected InputStream
readFrom(long offset)
-
Methods inherited from class org.apache.druid.data.input.RetryingInputEntity
getMaxRetries, open, readFromStart
-
-
-
-
Method Detail
-
getUri
public URI getUri()
-
getRetryCondition
public com.google.common.base.Predicate<Throwable> getRetryCondition()
-
readFrom
protected InputStream readFrom(long offset) throws IOException
- Specified by:
readFrom
in classorg.apache.druid.data.input.RetryingInputEntity
- Throws:
IOException
-
getPath
protected String getPath()
- Specified by:
getPath
in classorg.apache.druid.data.input.RetryingInputEntity
-
-