org.apache.hadoop.hbase.codec
Class CellCodec
java.lang.Object
org.apache.hadoop.hbase.codec.CellCodec
- All Implemented Interfaces:
- Codec
@InterfaceAudience.LimitedPrivate(value="Configuration")
public class CellCodec
- extends Object
- implements Codec
Basic Cell codec that just writes out all the individual elements of a Cell. Uses ints
delimiting all lengths. Profligate. Needs tune up.
Note: This will not write tags of a Cell.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CellCodec
public CellCodec()
getDecoder
public Codec.Decoder getDecoder(InputStream is)
- Specified by:
getDecoder
in interface Codec
getEncoder
public Codec.Encoder getEncoder(OutputStream os)
- Specified by:
getEncoder
in interface Codec
Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.