| Package | Description |
|---|---|
| co.cask.cdap.data2.transaction.queue |
Transaction aware queue implementation.
|
| co.cask.cdap.data2.transaction.queue.hbase |
This package contains an HBase implementation of queues.
|
| co.cask.cdap.data2.transaction.queue.leveldb |
This package contains levelDB implementation of queues.
|
| Modifier and Type | Field and Description |
|---|---|
static QueueScanner |
QueueScanner.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
protected abstract QueueScanner |
AbstractQueueConsumer.getScanner(byte[] startRow,
byte[] stopRow,
int numRows) |
| Modifier and Type | Method and Description |
|---|---|
QueueScanner |
SaltedHBaseQueueStrategy.createScanner(ConsumerConfig consumerConfig,
org.apache.hadoop.hbase.client.HTable hTable,
org.apache.hadoop.hbase.client.Scan scan,
int numRows) |
QueueScanner |
ShardedHBaseQueueStrategy.createScanner(ConsumerConfig consumerConfig,
org.apache.hadoop.hbase.client.HTable hTable,
org.apache.hadoop.hbase.client.Scan scan,
int numRows) |
QueueScanner |
HBaseQueueStrategy.createScanner(ConsumerConfig consumerConfig,
org.apache.hadoop.hbase.client.HTable hTable,
org.apache.hadoop.hbase.client.Scan scan,
int numRows)
Creates a
QueueScanner from the given Scan on the HBase table. |
| Modifier and Type | Method and Description |
|---|---|
protected QueueScanner |
LevelDBQueueConsumer.getScanner(byte[] startRow,
byte[] stopRow,
int numRows) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.