public interface NewWritable<T>
extends org.apache.hadoop.io.Writable
| Modifier and Type | Interface and Description |
|---|---|
static class |
NewWritable.NewIntWritable |
static class |
NewWritable.NewLongWritable |
static class |
NewWritable.NewTextWritable |
| Modifier and Type | Method and Description |
|---|---|
T |
getValue() |
void |
setValue(T value) |