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