| Package | Description |
|---|---|
| org.cloudgraph.hbase.expr | |
| org.cloudgraph.hbase.filter |
Contains HBase row and column filter assembly logic.
|
| org.cloudgraph.hbase.key |
Contains HBase composite row and column key creation interfaces and infrastructure.
|
| 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.
|
| Class and Description |
|---|
| CompositeColumnKeyFactory
Creates an HBase column key based on the configured CloudGraph column key
model for a specific
HTable configuration. |
| Class and Description |
|---|
| CompositeColumnKeyFactory
Creates an HBase column key based on the configured CloudGraph column key
model for a specific
HTable configuration. |
| Class and Description |
|---|
| ByteBufferKeyFactory
A configuration driven abstract class which helps subclasses leverage
table and
data graph specific
configuration information, such as the hashing algorithm and field level row
and column model settings, as well as java ByteBuffer for composite row and column key creation using byte arrays. |
| CompositeColumnKeyFactory
Creates an HBase column key based on the configured CloudGraph column key
model for a specific
HTable configuration. |
| ConfigurableKeyFactory
A key factory which helps implementations leverage table and data graph
specific configuration information, such as the hashing algorithm and field
level row and column model settings.
|
| KeySupport
Delegate class supporting composite key generation.
|
| Class and Description |
|---|
| KeySupport
Delegate class supporting composite key generation.
|
Copyright © 2021. All Rights Reserved.