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