Package | Description |
---|---|
org.apache.hadoop.hbase.codec | |
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.hbase.regionserver.wal |
Modifier and Type | Class and Description |
---|---|
class |
CellCodec
Basic Cell codec that just writes out all the individual elements of a Cell.
|
class |
CellCodecWithTags
Basic Cell codec that just writes out all the individual elements of a Cell including the tags.
|
class |
KeyValueCodec
Codec that does KeyValue version 1 serialization.
|
class |
KeyValueCodecWithTags
Codec that does KeyValue version 1 serialization with serializing tags also.
|
class |
MessageCodec
Codec that just writes out Cell as a protobuf Cell Message.
|
Modifier and Type | Field and Description |
---|---|
protected Codec |
AbstractRpcClient.codec |
Modifier and Type | Class and Description |
---|---|
class |
SecureWALCellCodec
A WALCellCodec that encrypts the WALedits.
|
class |
WALCellCodec
Compression in this class is lifted off Compressor/KeyValueCompression.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.