@ParametersAreNonnullByDefault
DataStore
implementation based on Apache HBase (ks-server-hbase
).See: Description
Class | Description |
---|---|
HBaseDataStore |
HBaseDataStore used to read and write data into HBase specific tables e.g.
|
HBaseDataTransaction |
Class HBaseDataTransaction to perform operations on top of
HBase, using specific operations to create transactions.
|
HBaseIterator |
Performs batch lookup of records by ID from a given HBase table, optionally returning only a
subset of record properties.
|
HBaseScanIterator |
Performs an HBase scanner-based retrieval of the records matching an optional condition from a
certain HBase table/column family.
|
DataStore
implementation based on Apache HBase (ks-server-hbase
).Copyright © 2015–2016 FBK-irst. All rights reserved.