@InterfaceAudience.LimitedPrivate(value="Configuration") public class MessageCodec extends Object implements org.apache.hadoop.hbase.codec.Codec
| Constructor and Description |
|---|
MessageCodec() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hbase.codec.Codec.Decoder |
getDecoder(org.apache.hadoop.hbase.nio.ByteBuff buf) |
org.apache.hadoop.hbase.codec.Codec.Decoder |
getDecoder(InputStream is) |
org.apache.hadoop.hbase.codec.Codec.Encoder |
getEncoder(OutputStream os) |
public org.apache.hadoop.hbase.codec.Codec.Decoder getDecoder(InputStream is)
getDecoder in interface org.apache.hadoop.hbase.codec.Codecpublic org.apache.hadoop.hbase.codec.Codec.Decoder getDecoder(org.apache.hadoop.hbase.nio.ByteBuff buf)
getDecoder in interface org.apache.hadoop.hbase.codec.Codecpublic org.apache.hadoop.hbase.codec.Codec.Encoder getEncoder(OutputStream os)
getEncoder in interface org.apache.hadoop.hbase.codec.CodecCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.