| Package | Description |
|---|---|
| org.cloudgraph.hbase.io |
Provides infrastructure for managing HBase read and write operations across
any number of HBase tables and/or rows.
|
| org.cloudgraph.hbase.key |
Contains HBase composite row and column key creation interfaces and infrastructure.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RowReader
Provides access to the operational, configuration and other state information
required for read operations on a single graph row.
|
interface |
RowWriter
Provides access to the operational, configuration and other state information
required for write operations on a single graph row.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRowOperation |
class |
GraphRowReader
The operational, configuration and other state information required for read
operations on a single graph row.
|
class |
GraphRowWriter
The operational, configuration and other state information required for write
operations on a single graph row.
|
| Modifier and Type | Field and Description |
|---|---|
protected RowOperation |
DefaultEdgeOperation.rowOperation |
| Constructor and Description |
|---|
DefaultEdgeOperation(org.plasma.sdo.PlasmaType sourceType,
org.plasma.sdo.PlasmaProperty sourceProp,
TableMapping tableConfig,
DataGraphMapping graphConfig,
RowOperation rowOperation) |
| Constructor and Description |
|---|
ByteBufferKeyFactory(RowOperation rowOperation)
Constructor for read/write operations where we have already found or are
creating the underlying row.
|
CompositeColumnKeyFactory(RowOperation graphRow) |
CompositeRowKeyExpressionFactory(RowOperation graphRow) |
CompositeRowKeyFactory(RowOperation graphRow) |
StatefullColumnKeyFactory(RowOperation graphRow) |
Copyright © 2021. All Rights Reserved.