Class CellSerialization.CellSerializer
java.lang.Object
org.apache.hadoop.hbase.mapreduce.CellSerialization.CellSerializer
- All Implemented Interfaces:
org.apache.hadoop.io.serializer.Serializer<Cell>
- Enclosing class:
- CellSerialization
public static class CellSerialization.CellSerializer
extends Object
implements org.apache.hadoop.io.serializer.Serializer<Cell>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
dos
-
-
Constructor Details
-
CellSerializer
public CellSerializer()
-
-
Method Details
-
close
- Specified by:
close
in interfaceorg.apache.hadoop.io.serializer.Serializer<Cell>
- Throws:
IOException
-
open
- Specified by:
open
in interfaceorg.apache.hadoop.io.serializer.Serializer<Cell>
- Throws:
IOException
-
serialize
- Specified by:
serialize
in interfaceorg.apache.hadoop.io.serializer.Serializer<Cell>
- Throws:
IOException
-