Package | Description |
---|---|
org.apache.hadoop.hbase.codec |
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.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.