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 SummaryNested Classes Modifier and Type Class Description static classFetchEmitTuple.ON_PARSE_EXCEPTION
 - 
Field SummaryFields Modifier and Type Field Description static FetchEmitTuple.ON_PARSE_EXCEPTIONDEFAULT_ON_PARSE_EXCEPTION
 - 
Constructor SummaryConstructors 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, HandlerConfig handlerConfig, FetchEmitTuple.ON_PARSE_EXCEPTION onParseException)FetchEmitTuple(String id, FetchKey fetchKey, EmitKey emitKey, FetchEmitTuple.ON_PARSE_EXCEPTION onParseException)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)EmitKeygetEmitKey()FetchKeygetFetchKey()HandlerConfiggetHandlerConfig()StringgetId()MetadatagetMetadata()FetchEmitTuple.ON_PARSE_EXCEPTIONgetOnParseException()inthashCode()voidsetEmitKey(EmitKey emitKey)voidsetHandlerConfig(HandlerConfig handlerConfig)StringtoString()
 
- 
- 
- 
Field Detail- 
DEFAULT_ON_PARSE_EXCEPTIONpublic static final FetchEmitTuple.ON_PARSE_EXCEPTION DEFAULT_ON_PARSE_EXCEPTION 
 
- 
 - 
Constructor Detail- 
FetchEmitTuplepublic FetchEmitTuple(String id, FetchKey fetchKey, EmitKey emitKey, FetchEmitTuple.ON_PARSE_EXCEPTION onParseException) 
 - 
FetchEmitTuplepublic FetchEmitTuple(String id, FetchKey fetchKey, EmitKey emitKey, Metadata metadata) 
 - 
FetchEmitTuplepublic FetchEmitTuple(String id, FetchKey fetchKey, EmitKey emitKey, Metadata metadata, HandlerConfig handlerConfig, FetchEmitTuple.ON_PARSE_EXCEPTION onParseException) 
 
- 
 - 
Method Detail- 
getIdpublic String getId() 
 - 
getFetchKeypublic FetchKey getFetchKey() 
 - 
getEmitKeypublic EmitKey getEmitKey() 
 - 
getMetadatapublic Metadata getMetadata() 
 - 
getOnParseExceptionpublic FetchEmitTuple.ON_PARSE_EXCEPTION getOnParseException() 
 - 
setEmitKeypublic void setEmitKey(EmitKey emitKey) 
 - 
setHandlerConfigpublic void setHandlerConfig(HandlerConfig handlerConfig) 
 - 
getHandlerConfigpublic HandlerConfig getHandlerConfig() 
 
- 
 
-