| Interface | Description |
|---|---|
| AccumuloExport<K> |
Implemented by users to export data to Accumulo.
|
| Class | Description |
|---|---|
| AccumuloExporter<K> |
An
Exporter that takes AccumuloExport objects and writes mutations to Accumulo |
| 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.
|
| ReplicationExport<K> |
An implementation of
AccumuloExport that replicates a Fluo table to Accumulo using a
TxLog |
| SharedBatchWriter | |
| TableInfo |
Copyright © 2016 Fluo.io. All rights reserved.