| Package | Description |
|---|---|
| co.cask.cdap.data2.transaction.queue.hbase |
This package contains an HBase implementation of queues.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SaltedHBaseQueueStrategy
A
HBaseQueueStrategy that scans HBase by using the DistributedScanner. |
class |
ShardedHBaseQueueStrategy
An implementation of
HBaseQueueStrategy with sharded keys. |
| Modifier and Type | Method and Description |
|---|---|
abstract co.cask.cdap.data2.transaction.queue.hbase.HBaseQueueConsumer |
HBaseQueueUtil.getQueueConsumer(CConfiguration cConf,
org.apache.hadoop.hbase.client.HTable hTable,
QueueName queueName,
HBaseConsumerState consumerState,
HBaseConsumerStateStore stateStore,
HBaseQueueStrategy queueStrategy) |
| Constructor and Description |
|---|
HBaseQueueProducer(org.apache.hadoop.hbase.client.HTable hTable,
QueueName queueName,
QueueMetrics queueMetrics,
HBaseQueueStrategy queueStrategy,
Iterable<? extends ConsumerGroupConfig> consumerGroupConfigs) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.