private static class ResultSerialization.Result94Deserializer extends Object implements org.apache.hadoop.io.serializer.Deserializer<Result>
| Modifier and Type | Field and Description | 
|---|---|
| private DataInputStream | in | 
| Modifier | Constructor and Description | 
|---|---|
| private  | Result94Deserializer() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| Result | deserialize(Result mutation) | 
| void | open(InputStream in) | 
| private void | readChunked(DataInput in,
           byte[] dest,
           int ofs,
           int len) | 
private DataInputStream in
private Result94Deserializer()
public void close() throws IOException
close in interface org.apache.hadoop.io.serializer.Deserializer<Result>IOExceptionpublic Result deserialize(Result mutation) throws IOException
deserialize in interface org.apache.hadoop.io.serializer.Deserializer<Result>IOExceptionpublic void open(InputStream in) throws IOException
open in interface org.apache.hadoop.io.serializer.Deserializer<Result>IOExceptionprivate void readChunked(DataInput in, byte[] dest, int ofs, int len) throws IOException
IOExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.