org.apache.hadoop.hbase.codec
Class CellCodecWithTags

java.lang.Object
  extended by org.apache.hadoop.hbase.codec.CellCodecWithTags
All Implemented Interfaces:
Codec

@InterfaceAudience.LimitedPrivate(value="Configuration")
@InterfaceStability.Unstable
public class CellCodecWithTags
extends Object
implements Codec

Basic Cell codec that just writes out all the individual elements of a Cell including the tags. Uses ints delimiting all lengths. Profligate. Needs tune up. Use this Codec only at server side.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.codec.Codec
Codec.Decoder, Codec.Encoder
 
Constructor Summary
CellCodecWithTags()
           
 
Method Summary
 Codec.Decoder getDecoder(InputStream is)
           
 Codec.Encoder getEncoder(OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellCodecWithTags

public CellCodecWithTags()
Method Detail

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–2016 The Apache Software Foundation. All rights reserved.