| Package | Description |
|---|---|
| co.cask.cdap.data2.dataset2.lib.table | |
| co.cask.cdap.data2.dataset2.lib.table.hbase |
This package contains HBase implementations of the table dataset.
|
| co.cask.cdap.data2.dataset2.lib.table.inmemory |
This package contains in-memory implementations of the table dataset.
|
| co.cask.cdap.data2.dataset2.lib.table.leveldb |
This package contains LevelDB implementations of the table dataset.
|
| Modifier and Type | Method and Description |
|---|---|
co.cask.cdap.api.dataset.table.Scanner |
MetricsTable.scan(byte[] start,
byte[] stop,
FuzzyRowFilter filter)
Get a scanner for a table.
|
| Modifier and Type | Method and Description |
|---|---|
co.cask.cdap.api.dataset.table.Scanner |
HBaseMetricsTable.scan(byte[] startRow,
byte[] stopRow,
FuzzyRowFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
co.cask.cdap.api.dataset.table.Scanner |
InMemoryMetricsTable.scan(byte[] start,
byte[] stop,
FuzzyRowFilter filter) |
| Constructor and Description |
|---|
InMemoryScanner(Iterator<Map.Entry<byte[],NavigableMap<byte[],byte[]>>> rows,
FuzzyRowFilter filter,
byte[][] columnsToInclude) |
| Modifier and Type | Method and Description |
|---|---|
void |
LevelDBTableCore.deleteRange(byte[] startRow,
byte[] stopRow,
FuzzyRowFilter filter,
byte[][] columns) |
co.cask.cdap.api.dataset.table.Scanner |
LevelDBMetricsTable.scan(byte[] start,
byte[] stop,
FuzzyRowFilter filter) |
co.cask.cdap.api.dataset.table.Scanner |
LevelDBTableCore.scan(byte[] startRow,
byte[] stopRow,
FuzzyRowFilter filter,
byte[][] columns,
co.cask.tephra.Transaction tx) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.