| Interface | Description |
|---|---|
| HBaseCompat |
| Class | Description |
|---|---|
| HBaseCompatLoader | |
| HBaseKeyColumnValueStore |
Here are some areas that might need work:
- batching? (consider HTable#batch, HTable#setAutoFlush(false)
- tuning HTable#setWriteBufferSize (?)
- writing a server-side filter to replace ColumnCountGetFilter, which drops
all columns on the row where it reaches its limit.
|
| HBaseStoreManager |
Storage Manager for HBase
|
| HBaseTransaction |
This class overrides and adds nothing compared with
ExpectedValueCheckingTransaction; however, it creates a transaction type specific
to HBase, which lets us check for user errors like passing a Cassandra
transaction into a HBase method. |
Copyright © 2012–2015. All rights reserved.