| 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 | Class and Description |
|---|---|
class |
CompleteRowKeyAssembler
Assembles a row key where each field within the composite row key is
constructed based a set of given query predicates.
|
class |
FuzzyRowKeyScanAssembler
Assembles a composite fuzzy row key bytes / fuzzy info bytes pair where each
field within the composite row keys are constructed based a set of query
predicates.
|
class |
PartialRowKeyScanAssembler
Assembles a composite partial row (start/stop) key pair where each field
within the composite start and stop row keys are constructed based a set of
query predicates.
|
Copyright © 2021. All Rights Reserved.