Uses of Interface
org.apache.hadoop.hbase.codec.Codec
Packages that use org.apache.hadoop.hbase.codec.Codec
Package
Description
Tools to help define network clients and servers.
-
Uses of org.apache.hadoop.hbase.codec.Codec in org.apache.hadoop.hbase.codec
Classes in org.apache.hadoop.hbase.codec that implement org.apache.hadoop.hbase.codec.Codec in inModifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.codec.CellCodec
Basic Cell codec that just writes out all the individual elements of a Cell.class
org.apache.hadoop.hbase.codec.CellCodecWithTags
Basic Cell codec that just writes out all the individual elements of a Cell including the tags.class
org.apache.hadoop.hbase.codec.KeyValueCodec
Codec that does KeyValue version 1 serialization.class
org.apache.hadoop.hbase.codec.KeyValueCodecWithTags
Codec that does KeyValue version 1 serialization with serializing tags also.class
org.apache.hadoop.hbase.codec.MessageCodec
Codec that just writes out Cell as a protobuf Cell Message. -
Uses of org.apache.hadoop.hbase.codec.Codec in org.apache.hadoop.hbase.ipc
Fields in org.apache.hadoop.hbase.ipc declared as org.apache.hadoop.hbase.codec.Codec in inModifier and TypeFieldDescriptionprotected final org.apache.hadoop.hbase.codec.Codec
AbstractRpcClient.codec
Methods in org.apache.hadoop.hbase.ipc that return org.apache.hadoop.hbase.codec.Codec in inModifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.codec.Codec
AbstractRpcClient.getCodec()
Encapsulate the ugly casting and RuntimeException conversion in private method. -
Uses of org.apache.hadoop.hbase.codec.Codec in org.apache.hadoop.hbase.regionserver.wal
Classes in org.apache.hadoop.hbase.regionserver.wal that implement org.apache.hadoop.hbase.codec.Codec in inModifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.regionserver.wal.SecureWALCellCodec
A WALCellCodec that encrypts the WALedits.class
org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
Compression in this class is lifted off Compressor/KeyValueCompression.