Package org.apache.tika.pipes
Class FetchEmitTuple
java.lang.Object
org.apache.tika.pipes.FetchEmitTuple
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFetchEmitTuple
(String id, FetchKey fetchKey, EmitKey emitKey) FetchEmitTuple
(String id, FetchKey fetchKey, EmitKey emitKey, Metadata metadata) FetchEmitTuple
(String id, FetchKey fetchKey, EmitKey emitKey, Metadata metadata, HandlerConfig handlerConfig, FetchEmitTuple.ON_PARSE_EXCEPTION onParseException) FetchEmitTuple
(String id, FetchKey fetchKey, EmitKey emitKey, FetchEmitTuple.ON_PARSE_EXCEPTION onParseException) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
int
hashCode()
void
setEmitKey
(EmitKey emitKey) void
setHandlerConfig
(HandlerConfig handlerConfig) toString()
-
Field Details
-
DEFAULT_ON_PARSE_EXCEPTION
-
-
Constructor Details
-
FetchEmitTuple
-
FetchEmitTuple
public FetchEmitTuple(String id, FetchKey fetchKey, EmitKey emitKey, FetchEmitTuple.ON_PARSE_EXCEPTION onParseException) -
FetchEmitTuple
-
FetchEmitTuple
public FetchEmitTuple(String id, FetchKey fetchKey, EmitKey emitKey, Metadata metadata, HandlerConfig handlerConfig, FetchEmitTuple.ON_PARSE_EXCEPTION onParseException)
-
-
Method Details