org.apache.hadoop.hbase.regionserver.wal
Class WALCellCodec.EnsureKvEncoder
java.lang.Object
org.apache.hadoop.hbase.codec.BaseEncoder
org.apache.hadoop.hbase.codec.KeyValueCodec.KeyValueEncoder
org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.EnsureKvEncoder
- All Implemented Interfaces:
- Codec.Encoder, CellOutputStream
- Enclosing class:
- WALCellCodec
public class WALCellCodec.EnsureKvEncoder
- extends KeyValueCodec.KeyValueEncoder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WALCellCodec.EnsureKvEncoder
public WALCellCodec.EnsureKvEncoder(OutputStream out)
write
public void write(Cell cell)
throws IOException
- Specified by:
write in interface CellOutputStream- Overrides:
write in class KeyValueCodec.KeyValueEncoder
- Throws:
IOException
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.