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>
IOException
public void open(OutputStream out) throws IOException
open
in interface org.apache.hadoop.io.serializer.Serializer<Mutation>
IOException
public void serialize(Mutation mutation) throws IOException
serialize
in interface org.apache.hadoop.io.serializer.Serializer<Mutation>
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.