| Package | Description |
|---|---|
| org.cloudgraph.hbase.io |
Provides infrastructure for managing HBase read and write operations across
any number of HBase tables and/or rows.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DistributedReader
Encapsulates one or more graph table reader components for federation across
multiple physical tables and/or physical table rows.
|
interface |
DistributedWriter
Encapsulates one or more graph table writer components for federation across
multiple physical tables and/or physical table rows.
|
| 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.
|
class |
DistributedGraphWriter
Encapsulates one or more graph table writer components for federation across
multiple physical tables and/or physical table rows.
|
| Modifier and Type | Method and Description |
|---|---|
DistributedGraphOperation |
TableOperation.getDistributedOperation()
Returns the distributed context associated with this table operation
context.
|
DistributedGraphOperation |
GraphTableWriter.getDistributedOperation()
Returns the distributed context associated with this table operation
context.
|
DistributedGraphOperation |
GraphTableReader.getDistributedOperation()
Returns the distributed context associated with this table operation
context.
|
| Constructor and Description |
|---|
GraphTableReader(TableMapping table,
DistributedGraphOperation distributedOperation,
StoreMappingContext mappingContext) |
Copyright © 2021. All Rights Reserved.