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