public class WordWithCount extends Object implements org.apache.hadoop.io.Writable
| Constructor and Description |
|---|
WordWithCount() |
WordWithCount(int w,
int c) |
| Modifier and Type | Method and Description |
|---|---|
IntAugmentedPhrase |
getIntAugmentedPhrase() |
static WordWithCount |
read(DataInput input) |
void |
readFields(DataInput input) |
void |
write(DataOutput output) |
public WordWithCount()
public WordWithCount(int w,
int c)
public static WordWithCount read(DataInput input) throws IOException
IOExceptionpublic void readFields(DataInput input) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionpublic void write(DataOutput output) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic IntAugmentedPhrase getIntAugmentedPhrase()
Copyright © 2015. All rights reserved.