Package org.apache.tika.pipes
Class FetchEmitTuple
- java.lang.Object
-
- org.apache.tika.pipes.FetchEmitTuple
-
- All Implemented Interfaces:
Serializable
public class FetchEmitTuple extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FetchEmitTuple.ON_PARSE_EXCEPTION
-
Field Summary
Fields Modifier and Type Field Description static FetchEmitTuple.ON_PARSE_EXCEPTION
DEFAULT_ON_PARSE_EXCEPTION
-
Constructor Summary
Constructors Constructor Description FetchEmitTuple(String id, FetchKey fetchKey, EmitKey emitKey)
FetchEmitTuple(String id, FetchKey fetchKey, EmitKey emitKey, Metadata metadata)
FetchEmitTuple(String id, FetchKey fetchKey, EmitKey emitKey, Metadata metadata, ParseContext parseContext)
FetchEmitTuple(String id, FetchKey fetchKey, EmitKey emitKey, Metadata metadata, ParseContext parseContext, FetchEmitTuple.ON_PARSE_EXCEPTION onParseException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
EmitKey
getEmitKey()
FetchKey
getFetchKey()
String
getId()
Metadata
getMetadata()
FetchEmitTuple.ON_PARSE_EXCEPTION
getOnParseException()
ParseContext
getParseContext()
int
hashCode()
void
setEmitKey(EmitKey emitKey)
String
toString()
-
-
-
Field Detail
-
DEFAULT_ON_PARSE_EXCEPTION
public static final FetchEmitTuple.ON_PARSE_EXCEPTION DEFAULT_ON_PARSE_EXCEPTION
-
-
Constructor Detail
-
FetchEmitTuple
public FetchEmitTuple(String id, FetchKey fetchKey, EmitKey emitKey, Metadata metadata)
-
FetchEmitTuple
public FetchEmitTuple(String id, FetchKey fetchKey, EmitKey emitKey, Metadata metadata, ParseContext parseContext)
-
FetchEmitTuple
public FetchEmitTuple(String id, FetchKey fetchKey, EmitKey emitKey, Metadata metadata, ParseContext parseContext, FetchEmitTuple.ON_PARSE_EXCEPTION onParseException)
-
-
Method Detail
-
getId
public String getId()
-
getFetchKey
public FetchKey getFetchKey()
-
getEmitKey
public EmitKey getEmitKey()
-
getMetadata
public Metadata getMetadata()
-
getParseContext
public ParseContext getParseContext()
-
setEmitKey
public void setEmitKey(EmitKey emitKey)
-
getOnParseException
public FetchEmitTuple.ON_PARSE_EXCEPTION getOnParseException()
-
-