Class 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 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 class org.apache.druid.data.input.RetryingInputEntity
        Throws:
        IOException
      • getPath

        protected String getPath()
        Specified by:
        getPath in class org.apache.druid.data.input.RetryingInputEntity