public class IntWritableToIntUnwrapper extends Object implements WritableUnwrapper<org.apache.hadoop.io.IntWritable,Integer>
Constructor and Description |
---|
IntWritableToIntUnwrapper() |
Modifier and Type | Method and Description |
---|---|
Integer |
unwrap(org.apache.hadoop.io.IntWritable writableValue)
Convert from writable type to java type
|
public Integer unwrap(org.apache.hadoop.io.IntWritable writableValue)
WritableUnwrapper
unwrap
in interface WritableUnwrapper<org.apache.hadoop.io.IntWritable,Integer>
writableValue
- writable typeCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.