public interface HBaseGraphAssembler
extends org.plasma.sdo.access.DataGraphAssembler
Since every column key in HBase must be unique, and a data graph may contain any number of nodes, a column key factory is used both to persist as well as re-constitute a graph. A minimal amount of "state" information is therefore stored with each graph which maps user readable sequence numbers (which are used in column keys) to UUID values. The nodes of the resulting data graph are re-created with the original UUID values.
StatefullColumnKeyFactory,
PlasmaDataGraph,
Result| Modifier and Type | Method and Description |
|---|---|
void |
assemble(CellValues resultRow)
Re-constitutes a data graph from the given HBase client result (row).
|
void assemble(CellValues resultRow)
resultRow - the HBase client result (row).Copyright © 2021. All Rights Reserved.