Package org.apache.hadoop.hbase.codec.prefixtree.encode

Interface Summary
EncoderPool  
 

Class Summary
EncoderFactory Retrieve PrefixTreeEncoders from this factory which handles pooling them and preparing the ones retrieved from the pool for usage.
PrefixTreeEncoder This is the primary class for converting a CellOutputStream into an encoded byte[].
ThreadLocalEncoderPool Pool to enable reusing the Encoder objects which can consist of thousands of smaller objects and would be more garbage than the data in the block.
 



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