| Package | Description |
|---|---|
| io.fluo.recipes.accumulo.export |
| Modifier and Type | Class and Description |
|---|---|
class |
DifferenceExport<K,V>
Implemented by users to export data to Accumulo by comparing the differences between a
RowColumn/Bytes map that is generated for old and new data and represents how the data should
exist in Accumulo.
|
class |
ReplicationExport<K>
An implementation of
AccumuloExport that replicates a Fluo table to Accumulo using a
TxLog |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AccumuloExporter.processExports(Iterator<SequencedExport<K,AccumuloExport<K>>> exports) |
Copyright © 2016 Fluo.io. All rights reserved.