Package org.apache.tika.pipes.emitter
Class EmitData
- java.lang.Object
- 
- org.apache.tika.pipes.emitter.EmitData
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class EmitData extends Object implements Serializable - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description EmitData(EmitKey emitKey, List<Metadata> metadataList)EmitData(EmitKey emitKey, List<Metadata> metadataList, String containerStackTrace)EmitData(EmitKey emitKey, List<Metadata> metadataList, String containerStackTrace, ParseContext parseContext)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContainerStackTrace()EmitKeygetEmitKey()longgetEstimatedSizeBytes()List<Metadata>getMetadataList()ParseContextgetParseContext()voidsetParseContext(ParseContext parseContext)StringtoString()
 
- 
- 
- 
Constructor Detail- 
EmitDatapublic EmitData(EmitKey emitKey, List<Metadata> metadataList, String containerStackTrace, ParseContext parseContext) 
 
- 
 - 
Method Detail- 
getEmitKeypublic EmitKey getEmitKey() 
 - 
getContainerStackTracepublic String getContainerStackTrace() 
 - 
getEstimatedSizeBytespublic long getEstimatedSizeBytes() 
 - 
setParseContextpublic void setParseContext(ParseContext parseContext) 
 - 
getParseContextpublic ParseContext getParseContext() 
 
- 
 
-