public static class CellSerialization.CellSerializer extends Object implements org.apache.hadoop.io.serializer.Serializer<Cell>
Modifier and Type | Field and Description |
---|---|
private DataOutputStream |
dos |
Constructor and Description |
---|
CellSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
open(OutputStream os) |
void |
serialize(Cell kv) |
private DataOutputStream dos
public CellSerializer()
public void close() throws IOException
close
in interface org.apache.hadoop.io.serializer.Serializer<Cell>
IOException
public void open(OutputStream os) throws IOException
open
in interface org.apache.hadoop.io.serializer.Serializer<Cell>
IOException
public void serialize(Cell kv) throws IOException
serialize
in interface org.apache.hadoop.io.serializer.Serializer<Cell>
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.