public static class CellSerialization.CellSerializer extends Object implements org.apache.hadoop.io.serializer.Serializer<Cell>
| Constructor and Description | 
|---|
CellSerializer()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
void | 
open(OutputStream os)  | 
void | 
serialize(Cell kv)  | 
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–2020 The Apache Software Foundation. All rights reserved.