Package org.apache.tika.pipes
Class FetchEmitTuple
java.lang.Object
org.apache.tika.pipes.FetchEmitTuple
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
ConstructorDescriptionFetchEmitTuple
(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
Modifier and TypeMethodDescriptionboolean
getId()
int
hashCode()
void
setEmitKey
(EmitKey emitKey) toString()
-
Field Details
-
DEFAULT_ON_PARSE_EXCEPTION
-
-
Constructor Details
-
FetchEmitTuple
-
FetchEmitTuple
-
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 Details