org.apache.hadoop.hbase.codec
Class KeyValueCodec.KeyValueEncoder
java.lang.Object
org.apache.hadoop.hbase.codec.BaseEncoder
org.apache.hadoop.hbase.codec.KeyValueCodec.KeyValueEncoder
- All Implemented Interfaces:
- Codec.Encoder, CellOutputStream
- Enclosing class:
- KeyValueCodec
public static class KeyValueCodec.KeyValueEncoder
- extends BaseEncoder
Method Summary |
void |
write(Cell cell)
Implementation must copy the entire state of the Cell. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyValueCodec.KeyValueEncoder
public KeyValueCodec.KeyValueEncoder(OutputStream out)
write
public void write(Cell cell)
throws IOException
- Description copied from interface:
CellOutputStream
- Implementation must copy the entire state of the Cell. If the written Cell is modified
immediately after the write method returns, the modifications must have absolutely no effect
on the copy of the Cell that was added in the write.
- Specified by:
write
in interface CellOutputStream
- Specified by:
write
in class BaseEncoder
- Parameters:
cell
- Cell to write out
- Throws:
IOException
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.