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, 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 boolean
equals(Object o)
EmitKey
getEmitKey()
FetchKey
getFetchKey()
HandlerConfig
getHandlerConfig()
String
getId()
Metadata
getMetadata()
FetchEmitTuple.ON_PARSE_EXCEPTION
getOnParseException()
int
hashCode()
void
setEmitKey(EmitKey emitKey)
void
setHandlerConfig(HandlerConfig handlerConfig)
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, 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()
-
-