| Package | Description |
|---|---|
| org.cloudgraph.hbase.mapreduce |
Contains MapReduce extension, implementation and other infrastructure classes which allow SDO data graphs of any depth or complexity, to be queried, consumed, produced and
modified by Hadoop HBase MapReduce jobs.
|
| org.cloudgraph.hbase.mutation | |
| org.cloudgraph.hbase.service |
Contains HBase service provider implementation classes.
|
| Constructor and Description |
|---|
GraphServiceDelegate(ServiceContext context) |
| Constructor and Description |
|---|
Create(ServiceContext context,
org.plasma.sdo.core.SnapshotMap snapshotMap,
String username) |
Delete(ServiceContext context,
org.plasma.sdo.core.SnapshotMap snapshotMap,
String username) |
GraphMutationCollector(ServiceContext context,
org.plasma.sdo.core.SnapshotMap snapshotMap,
String username) |
Update(ServiceContext context,
org.plasma.sdo.core.SnapshotMap snapshotMap,
String username) |
| Modifier and Type | Class and Description |
|---|---|
class |
HBaseServiceContext |
| Modifier and Type | Field and Description |
|---|---|
protected ServiceContext |
HBaseGraphService.context |
protected ServiceContext |
GraphQuery.context |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GraphQuery.collectRowKeyProperties(org.plasma.query.collector.SelectionCollector collector,
org.plasma.sdo.PlasmaType type,
ServiceContext context)
Recursively collects row key properties adding them to the given collector
for the given type.
|
protected HBaseFilterAssembler |
GraphQuery.createRootColumnFilterAssembler(org.plasma.sdo.PlasmaType type,
org.plasma.query.collector.SelectionCollector collector,
ServiceContext context)
Create and add a column filter for the initial column set based on
existence of path predicates in the Select.
|
| Constructor and Description |
|---|
GraphDispatcher(ServiceContext context,
org.plasma.sdo.core.SnapshotMap snapshotMap,
String username) |
GraphQuery(ServiceContext context) |
GraphStreamQuery(ServiceContext context) |
Copyright © 2021. All Rights Reserved.