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