Class FetchKey
java.lang.Object
org.apache.tika.pipes.fetcher.FetchKey
- All Implemented Interfaces:
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
-
FetchKey
-
-
Method Details
-
getFetcherName
-
getFetchKey
-
hasRange
public boolean hasRange() -
getRangeStart
public long getRangeStart() -
getRangeEnd
public long getRangeEnd() -
equals
-
hashCode
-
toString
-