Uses of Interface
org.apache.hadoop.hbase.codec.prefixtree.encode.EncoderPool

Packages that use EncoderPool
org.apache.hadoop.hbase.codec.prefixtree.encode   
 

Uses of EncoderPool in org.apache.hadoop.hbase.codec.prefixtree.encode
 

Classes in org.apache.hadoop.hbase.codec.prefixtree.encode that implement EncoderPool
 class 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 © 2007–2015 The Apache Software Foundation. All rights reserved.