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 |
MutationSerialization.MutationSerializer() |
private OutputStream out
private MutationSerialization.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–2019 The Apache Software Foundation. All rights reserved.