| 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.mutation |
| Modifier and Type | Method and Description |
|---|---|
Mutations |
RowWriter.getWriteOperations()
Return the write operations for a row.
|
Mutations |
GraphRowWriter.getWriteOperations() |
| Modifier and Type | Method and Description |
|---|---|
Map<TableWriter,Map<String,Mutations>> |
MutationCollector.collectChanges(commonj.sdo.DataGraph[] dataGraphs,
Connection connection) |
Map<TableWriter,Map<String,Mutations>> |
GraphMutationCollector.collectChanges(commonj.sdo.DataGraph[] dataGraphs,
Connection connection) |
Map<TableWriter,Map<String,Mutations>> |
MutationCollector.collectChanges(commonj.sdo.DataGraph dataGraph,
Connection connection) |
Map<TableWriter,Map<String,Mutations>> |
GraphMutationCollector.collectChanges(commonj.sdo.DataGraph dataGraph,
Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphMutationWriter.writeChanges(TableWriter[] tableWriters,
Map<TableWriter,Map<String,Mutations>> mutations,
org.plasma.sdo.core.SnapshotMap snapshotMap,
String jobName) |
Copyright © 2021. All Rights Reserved.