Interface | Description |
---|---|
EncoderPool |
Class | Description |
---|---|
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 © 2014 The Apache Software Foundation. All Rights Reserved.