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