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