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