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 classFetchEmitTuple.ON_PARSE_EXCEPTION
-
Field Summary
Fields Modifier and Type Field Description static FetchEmitTuple.ON_PARSE_EXCEPTIONDEFAULT_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, HandlerConfig handlerConfig, FetchEmitTuple.ON_PARSE_EXCEPTION onParseException)FetchEmitTuple(String id, FetchKey fetchKey, EmitKey emitKey, FetchEmitTuple.ON_PARSE_EXCEPTION onParseException)
-
Method Summary
All 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_EXCEPTION
public static final FetchEmitTuple.ON_PARSE_EXCEPTION DEFAULT_ON_PARSE_EXCEPTION
-
-
Constructor Detail
-
FetchEmitTuple
public FetchEmitTuple(String id, FetchKey fetchKey, EmitKey emitKey, FetchEmitTuple.ON_PARSE_EXCEPTION onParseException)
-
FetchEmitTuple
public FetchEmitTuple(String id, FetchKey fetchKey, EmitKey emitKey, Metadata metadata)
-
FetchEmitTuple
public FetchEmitTuple(String id, FetchKey fetchKey, EmitKey emitKey, Metadata metadata, HandlerConfig handlerConfig, FetchEmitTuple.ON_PARSE_EXCEPTION onParseException)
-
-
Method Detail
-
getId
public String getId()
-
getFetchKey
public FetchKey getFetchKey()
-
getEmitKey
public EmitKey getEmitKey()
-
getMetadata
public Metadata getMetadata()
-
getOnParseException
public FetchEmitTuple.ON_PARSE_EXCEPTION getOnParseException()
-
setEmitKey
public void setEmitKey(EmitKey emitKey)
-
setHandlerConfig
public void setHandlerConfig(HandlerConfig handlerConfig)
-
getHandlerConfig
public HandlerConfig getHandlerConfig()
-
-