| Package | Description |
|---|---|
| org.apache.fluo.recipes.core.export | |
| org.apache.fluo.recipes.core.export.function |
| Modifier and Type | Method and Description |
|---|---|
void |
ExportQueue.registerObserver(org.apache.fluo.api.observer.ObserverProvider.Registry obsRegistry,
Exporter<K,V> exporter)
Registers an observer that will export queued data.
|
| Modifier and Type | Method and Description |
|---|---|
default Exporter<K,V> |
Exporter.andThen(Exporter<K,V> after)
Returns a composed
Exporter that exports, in sequence, to this then to after. |
| Modifier and Type | Method and Description |
|---|---|
default Exporter<K,V> |
Exporter.andThen(Exporter<K,V> after)
Returns a composed
Exporter that exports, in sequence, to this then to after. |
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.