Interface | Description |
---|---|
AdminMask |
This interface hides ABI/API breaking changes that HBase has made to its Admin/HBaseAdmin over the course
of development from 0.94 to 1.0 and beyond.
|
ConnectionMask |
This interface hides ABI/API breaking changes that HBase has made to its (H)Connection class over the course
of development from 0.94 to 1.0 and beyond.
|
HBaseCompat | |
TableMask |
This interface hides ABI/API breaking changes that HBase has made to its Table/HTableInterface over the course
of development from 0.94 to 1.0 and beyond.
|
Class | Description |
---|---|
HBaseCompatLoader | |
HBaseKeyColumnValueStore |
Here are some areas that might need work:
|
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–2020. All rights reserved.