| Class | Description |
|---|---|
| JavaHBaseBulkDeleteExample |
This is a simple example of deleting records in HBase
with the bulkDelete function.
|
| JavaHBaseBulkDeleteExample.DeleteFunction | |
| JavaHBaseBulkGetExample |
This is a simple example of getting records in HBase
with the bulkGet function.
|
| JavaHBaseBulkGetExample.GetFunction | |
| JavaHBaseBulkGetExample.ResultFunction | |
| JavaHBaseBulkPutExample |
This is a simple example of putting records in HBase
with the bulkPut function.
|
| JavaHBaseBulkPutExample.PutFunction | |
| JavaHBaseDistributedScan |
This is a simple example of scanning records from HBase
with the hbaseRDD function.
|
| JavaHBaseMapGetPutExample |
This is a simple example of using the foreachPartition
method with a HBase connection
|
| JavaHBaseMapGetPutExample.GetFunction | |
| JavaHBaseStreamingBulkPutExample |
This is a simple example of BulkPut with Spark Streaming
|
| JavaHBaseStreamingBulkPutExample.PutFunction |