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 TypeClassDescriptionclassorg.apache.hadoop.hbase.codec.CellCodecBasic Cell codec that just writes out all the individual elements of a Cell.classorg.apache.hadoop.hbase.codec.CellCodecWithTagsBasic Cell codec that just writes out all the individual elements of a Cell including the tags.classorg.apache.hadoop.hbase.codec.KeyValueCodecCodec that does KeyValue version 1 serialization.classorg.apache.hadoop.hbase.codec.KeyValueCodecWithTagsCodec that does KeyValue version 1 serialization with serializing tags also.classorg.apache.hadoop.hbase.codec.MessageCodecCodec 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.CodecAbstractRpcClient.codecMethods in org.apache.hadoop.hbase.ipc that return org.apache.hadoop.hbase.codec.Codec in inModifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.codec.CodecAbstractRpcClient.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 TypeClassDescriptionclassorg.apache.hadoop.hbase.regionserver.wal.SecureWALCellCodecA WALCellCodec that encrypts the WALedits.classorg.apache.hadoop.hbase.regionserver.wal.WALCellCodecCompression in this class is lifted off Compressor/KeyValueCompression.