| Package | Description |
|---|---|
| org.apache.fluo.recipes.core.combine |
| Modifier and Type | Method and Description |
|---|---|
Optional<Long> |
SummingCombiner.combine(Combiner.Input<K,Long> input) |
Optional<V> |
Combiner.combine(Combiner.Input<K,V> input)
This function is called to combine the current value of a key with updates that were queued for
the key.
|
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.