| Package | Description |
|---|---|
| org.apache.fluo.recipes.core.export | |
| org.apache.fluo.recipes.core.export.function |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
Exporter.processExports(Iterator<SequencedExport<K,V>> exports)
Deprecated.
Must be able to handle same key being exported multiple times and key being exported out of
order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Exporter.export(Iterator<SequencedExport<K,V>> exports)
Performs this export operation.
|
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.