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>IOExceptionpublic void open(OutputStream os) throws IOException
open in interface org.apache.hadoop.io.serializer.Serializer<Cell>IOExceptionpublic void serialize(Cell kv) throws IOException
serialize in interface org.apache.hadoop.io.serializer.Serializer<Cell>IOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.