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