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

Inherits HashMap< Alignment, Integer >, and Writable.

Collaboration diagram for uk.ac.cam.eng.extraction.hadoop.datatypes.AlignmentCountMapWritable:

Public Member Functions

 AlignmentCountMapWritable ()
 
 AlignmentCountMapWritable (AlignmentCountMapWritable other)
 
void increment (AlignmentCountMapWritable newCounts)
 
void merge (AlignmentCountMapWritable other)
 
void write (DataOutput out) throws IOException
 
void readFields (DataInput in) throws IOException
 

Static Public Attributes

static final AlignmentCountMapWritable EMPTY
 

Detailed Description

Author
Juan Pino
Aurelien Waite
Date
14 July 2014

Definition at line 34 of file AlignmentCountMapWritable.java.

Constructor & Destructor Documentation

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

Definition at line 48 of file AlignmentCountMapWritable.java.

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

Definition at line 52 of file AlignmentCountMapWritable.java.

Member Function Documentation

void uk.ac.cam.eng.extraction.hadoop.datatypes.AlignmentCountMapWritable.increment ( AlignmentCountMapWritable  newCounts)
inline

Definition at line 58 of file AlignmentCountMapWritable.java.

Here is the caller graph for this function:

void uk.ac.cam.eng.extraction.hadoop.datatypes.AlignmentCountMapWritable.merge ( AlignmentCountMapWritable  other)
inline

Definition at line 70 of file AlignmentCountMapWritable.java.

Here is the caller graph for this function:

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

Definition at line 99 of file AlignmentCountMapWritable.java.

Here is the caller graph for this function:

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

Definition at line 85 of file AlignmentCountMapWritable.java.

Here is the caller graph for this function:

Member Data Documentation

final AlignmentCountMapWritable uk.ac.cam.eng.extraction.hadoop.datatypes.AlignmentCountMapWritable.EMPTY
static
Initial value:
private static final long serialVersionUID = 1L;
public Integer put(Alignment key, Integer value) {
throw new UnsupportedOperationException();
};
}

Definition at line 39 of file AlignmentCountMapWritable.java.


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