| Package | Description |
|---|---|
| org.cloudgraph.hbase.key |
Contains HBase composite row and column key creation interfaces and infrastructure.
|
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
class |
CompositeColumnKeyFactory
Creates an HBase column key based on the configured CloudGraph column key
model for a specific
HTable configuration. |
class |
CompositeRowKeyExpressionFactory
Generates an HBase row key based on the configured CloudGraph
Row Key Model for a specific
HTable Configuration. |
class |
CompositeRowKeyFactory
Generates an HBase row key based on the configured CloudGraph
Row Key Model for a specific
HTable Configuration. |
class |
StatefullColumnKeyFactory
Generates an HBase column key based on the configured CloudGraph column key
model for a specific
HTable configuration. |
Copyright © 2021. All Rights Reserved.