org.apache.hadoop.hbase.codec
Interface Codec.Decoder

All Superinterfaces:
CellScanner
All Known Implementing Classes:
BaseDecoder, KeyValueCodec.KeyValueDecoder, KeyValueCodecWithTags.KeyValueDecoder
Enclosing interface:
Codec

public static interface Codec.Decoder
extends CellScanner

Implementations should implicitly clean up any resources allocated when the Decoder/CellScanner runs off the end of the cell block. Do this rather than require the user call close explicitly.


Method Summary
 
Methods inherited from interface org.apache.hadoop.hbase.CellScanner
advance, current
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.