Cambridge SMT System
uk.ac.cam.eng.extraction.hadoop.datatypes.ExtractedData Class Reference

Inherits Writable.

Public Member Functions

 ExtractedData ()
 
ProvenanceCountMap getProvenanceCountMap ()
 
AlignmentCountMapWritable getAlignmentCountMapWritable ()
 
void clear ()
 
void putProvenanceCount (ByteWritable provenanceName, IntWritable count)
 
void putAlignmentCount (Alignment align, int count)
 
void increment (ExtractedData other)
 
void write (DataOutput out) throws IOException
 
void readFields (DataInput in) throws IOException
 
String toString ()
 

Detailed Description

Additional info about a rule that is used to build mapreduce features. The ExtractedData is the output value in the extraction mapper and the input key in a mapreduce feature mapper. We don't need to make this class implement WritableComparable because it should never be used as an input key to a reducer.

Author
Juan Pino
Date
28 May 2014

Definition at line 43 of file ExtractedData.java.

Constructor & Destructor Documentation

uk.ac.cam.eng.extraction.hadoop.datatypes.ExtractedData.ExtractedData ( )
inline

Definition at line 48 of file ExtractedData.java.

Member Function Documentation

void uk.ac.cam.eng.extraction.hadoop.datatypes.ExtractedData.clear ( )
inline

Definition at line 61 of file ExtractedData.java.

Here is the call graph for this function:

Here is the caller graph for this function:

AlignmentCountMapWritable uk.ac.cam.eng.extraction.hadoop.datatypes.ExtractedData.getAlignmentCountMapWritable ( )
inline

Definition at line 57 of file ExtractedData.java.

ProvenanceCountMap uk.ac.cam.eng.extraction.hadoop.datatypes.ExtractedData.getProvenanceCountMap ( )
inline

Definition at line 53 of file ExtractedData.java.

void uk.ac.cam.eng.extraction.hadoop.datatypes.ExtractedData.increment ( ExtractedData  other)
inline

Definition at line 75 of file ExtractedData.java.

Here is the call graph for this function:

Here is the caller graph for this function:

void uk.ac.cam.eng.extraction.hadoop.datatypes.ExtractedData.putAlignmentCount ( Alignment  align,
int  count 
)
inline

Definition at line 71 of file ExtractedData.java.

Here is the caller graph for this function:

void uk.ac.cam.eng.extraction.hadoop.datatypes.ExtractedData.putProvenanceCount ( ByteWritable  provenanceName,
IntWritable  count 
)
inline

Definition at line 66 of file ExtractedData.java.

Here is the call graph for this function:

Here is the caller graph for this function:

void uk.ac.cam.eng.extraction.hadoop.datatypes.ExtractedData.readFields ( DataInput  in) throws IOException
inline

Definition at line 97 of file ExtractedData.java.

Here is the call graph for this function:

String uk.ac.cam.eng.extraction.hadoop.datatypes.ExtractedData.toString ( )
inline

Definition at line 102 of file ExtractedData.java.

Here is the call graph for this function:

void uk.ac.cam.eng.extraction.hadoop.datatypes.ExtractedData.write ( DataOutput  out) throws IOException
inline

Definition at line 86 of file ExtractedData.java.

Here is the call graph for this function:


The documentation for this class was generated from the following file: