| Package | Description |
|---|---|
| org.cloudgraph.hbase.graph |
Provides data graph assembly for both parallel/concurrent and serial/blocking contexts along with supporting infrastructure.
|
| 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.service |
Contains HBase service provider implementation classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected DistributedReader |
DistributedAssembler.distributedReader |
| Constructor and Description |
|---|
DistributedAssembler(org.plasma.sdo.PlasmaType rootType,
org.plasma.query.collector.Selection selection,
DistributedReader distributedReader,
Timestamp snapshotDate)
Constructor.
|
GraphAssembler(org.plasma.sdo.PlasmaType rootType,
org.plasma.query.collector.Selection selection,
DistributedReader distributedReader,
Timestamp snapshotDate)
Constructor.
|
GraphSliceAssembler(org.plasma.sdo.PlasmaType rootType,
StoreMappingContext mappingContext,
org.plasma.query.collector.Selection selection,
DistributedReader distributedReader,
Timestamp snapshotDate) |
ParallelGraphAssembler(org.plasma.sdo.PlasmaType rootType,
org.plasma.query.collector.Selection selection,
DistributedReader distributedReader,
Timestamp snapshotDate,
ThreadPoolMappingProps config)
Constructor.
|
ParallelGraphSliceAssembler(org.plasma.sdo.PlasmaType rootType,
org.plasma.query.collector.Selection selection,
DistributedReader distributedReader,
Timestamp snapshotDate,
ThreadPoolMappingProps config)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DistributedGraphReader
Encapsulates one or more graph table reader components for federation across
multiple physical tables and/or physical table rows.
|
| Constructor and Description |
|---|
GraphAssemblerFactory(org.plasma.query.model.Query query,
org.plasma.sdo.PlasmaType type,
DistributedReader graphReader,
org.plasma.query.collector.Selection selection,
Timestamp snapshotDate,
StoreMappingContext mappingContext) |
Copyright © 2021. All Rights Reserved.