public static class CellSerialization.CellDeserializer extends Object implements org.apache.hadoop.io.serializer.Deserializer<org.apache.hadoop.hbase.Cell>
| Constructor and Description |
|---|
CellDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.apache.hadoop.hbase.KeyValue |
deserialize(org.apache.hadoop.hbase.Cell ignore) |
void |
open(InputStream is) |
public void close()
throws IOException
close in interface org.apache.hadoop.io.serializer.Deserializer<org.apache.hadoop.hbase.Cell>IOExceptionpublic org.apache.hadoop.hbase.KeyValue deserialize(org.apache.hadoop.hbase.Cell ignore)
throws IOException
deserialize in interface org.apache.hadoop.io.serializer.Deserializer<org.apache.hadoop.hbase.Cell>IOExceptionpublic void open(InputStream is) throws IOException
open in interface org.apache.hadoop.io.serializer.Deserializer<org.apache.hadoop.hbase.Cell>IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.