| Package | Description |
|---|---|
| org.cloudgraph.hbase.scan |
Analyzes the characteristics of a query and assembles composite start and stop row keys,
in order to leverage the important HBase partial row-key scan
capability for every possible query predicate expression.
|
| Modifier and Type | Field and Description |
|---|---|
protected ScanLiterals |
ScanLiteralAssembler.fuzzyKeyScanLiterals |
protected ScanLiterals |
ScanContext.fuzzyKeyScanLiterals
Deprecated.
|
protected ScanLiterals |
ScanLiteralAssembler.partialKeyScanLiterals |
protected ScanLiterals |
ScanContext.partialKeyScanLiterals
Deprecated.
|
protected ScanLiterals |
PartialRowKeyScanAssembler.scanLiterals |
protected ScanLiterals |
FuzzyRowKeyScanAssembler.scanLiterals |
protected ScanLiterals |
CompleteRowKeyAssembler.scanLiterals |
| Modifier and Type | Method and Description |
|---|---|
ScanLiterals |
ScanContext.getFuzzyKeyScanLiterals()
Deprecated.
|
ScanLiterals |
ScanLiteralAssembler.getFuzzyKeyScanResult() |
ScanLiterals |
ScanContext.getPartialKeyScanLiterals()
Deprecated.
Return the current scan literals.
|
ScanLiterals |
ScanLiteralAssembler.getPartialKeyScanResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
RowKeyScanAssembler.assemble(ScanLiterals literals)
Assemble row key scan information based on the given scan literals.
|
void |
PartialRowKeyScanAssembler.assemble(ScanLiterals literals)
Assemble row key scan information based on the given scan literals as well
as meta row-key fields such as the data graph root type or URI.
|
void |
FuzzyRowKeyScanAssembler.assemble(ScanLiterals literals)
Assemble row key scan information based on the given scan literals as well
as pre-defined row-key fields such as the data graph root type or URI.
|
void |
CompleteRowKeyAssembler.assemble(ScanLiterals literals)
Assemble row key scan information based on the given scan literals as well
as pre-defined row-key fields such as the data graph root type or URI.
|
Copyright © 2021. All Rights Reserved.