Package org.apache.tika.pipes.fetcher
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:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getFetcherName()
String
getFetchKey()
long
getRangeEnd()
long
getRangeStart()
int
hashCode()
boolean
hasRange()
String
toString()
-