| 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 | Interface and Description |
|---|---|
interface |
WildcardPartialRowKeyLiteral
Represents the literal for an individual field within a composite partial row
key scan and provides access to start and stop byte sequences for various
wildcard operators under the HBase partial row-key scan for various
optionally configurable hashing, formatting, padding and other features.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IntegralLiteral
An integral data "flavor" specific literal class used to abstract the
complexities involved in assembling the various segments and fields of
composite (scan start/stop) row keys under various relational and logical
operator and various configurable composite key-field hashing, formatting,
padding and other features.
|
class |
RealLiteral
A real data "flavor" specific literal class used to abstract the complexities
involved in assembling the various segments and fields of composite (scan
start/stop) row keys under various relational and logical operator and
various configurable composite key-field hashing, formatting, padding and
other features.
|
class |
StringLiteral
A string data "flavor" specific literal class used to abstract the
complexities involved in assembling the various segments and fields of
composite (scan start/stop) row keys under various relational and logical
operator and various configurable composite key-field hashing, formatting,
padding and other features.
|
class |
TemporalLiteral
A temporal data "flavor" specific literal class used to abstract the
complexities involved in assembling the various segments and fields of
composite (scan start/stop) row keys under various relational and logical
operator and various configurable composite key-field hashing, formatting,
padding and other features.
|
class |
WildcardStringLiteral
A wildcard string data "flavor" specific literal class used to abstract the
complexities involved in assembling the various segments and fields of
composite (scan start/stop) row keys under various relational and logical
operator and various configurable composite key-field hashing, formatting,
padding and other features.
|
Copyright © 2021. All Rights Reserved.