Class FetchKey

java.lang.Object
org.apache.tika.pipes.fetcher.FetchKey
All Implemented Interfaces:
Serializable

public class FetchKey extends Object implements Serializable
Pair of fetcherName (which fetcher to call) and the key to send to that fetcher to retrieve a specific file.
See Also:
  • Constructor Details

    • FetchKey

      public FetchKey()
    • FetchKey

      public FetchKey(String fetcherName, String fetchKey)
    • FetchKey

      public FetchKey(String fetcherName, String fetchKey, long rangeStart, long rangeEnd)
  • Method Details

    • getFetcherName

      public String getFetcherName()
    • getFetchKey

      public String getFetchKey()
    • hasRange

      public boolean hasRange()
    • getRangeStart

      public long getRangeStart()
    • getRangeEnd

      public long getRangeEnd()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object