Package | Description |
---|---|
org.apache.hadoop.hbase.codec | |
org.apache.hadoop.hbase.regionserver.wal |
Modifier and Type | Class and Description |
---|---|
class |
BaseEncoder |
static class |
KeyValueCodec.KeyValueEncoder |
Modifier and Type | Method and Description |
---|---|
Encoder |
KeyValueCodec.getEncoder(OutputStream os)
Must be passed a
DataOutputStream so KeyValues can be serialized using the usual
Writable mechanisms |
Encoder |
Codec.getEncoder(OutputStream os) |
Modifier and Type | Method and Description |
---|---|
Encoder |
WALEditCodec.getEncoder(OutputStream os) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.