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>
IOException
public Result deserialize(Result mutation) throws IOException
deserialize
in interface org.apache.hadoop.io.serializer.Deserializer<Result>
IOException
public void open(InputStream in) throws IOException
open
in interface org.apache.hadoop.io.serializer.Deserializer<Result>
IOException
private void readChunked(DataInput in, byte[] dest, int ofs, int len) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.