private static class MutationSerialization.MutationSerializer extends Object implements org.apache.hadoop.io.serializer.Serializer<Mutation>
| Modifier and Type | Field and Description | 
|---|---|
| private OutputStream | out | 
| Modifier | Constructor and Description | 
|---|---|
| private  | MutationSerializer() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| void | open(OutputStream out) | 
| void | serialize(Mutation mutation) | 
private OutputStream out
private MutationSerializer()
public void close() throws IOException
close in interface org.apache.hadoop.io.serializer.Serializer<Mutation>IOExceptionpublic void open(OutputStream out) throws IOException
open in interface org.apache.hadoop.io.serializer.Serializer<Mutation>IOExceptionpublic void serialize(Mutation mutation) throws IOException
serialize in interface org.apache.hadoop.io.serializer.Serializer<Mutation>IOExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.