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