public class ByteToIntWritableWrapper extends Object implements WritableWrapper<org.apache.hadoop.io.IntWritable,Byte>
| Constructor and Description |
|---|
ByteToIntWritableWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrap(Byte javaValue,
org.apache.hadoop.io.IntWritable writableValue)
Convert from java type to writable type
|
public void wrap(Byte javaValue, org.apache.hadoop.io.IntWritable writableValue)
WritableWrapperwrap in interface WritableWrapper<org.apache.hadoop.io.IntWritable,Byte>javaValue - java typewritableValue - writable valueCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.