protected static class GroupByKeyTranslator.Merge<K,V> extends org.apache.gearpump.streaming.dsl.api.functions.FoldFunction<KV<org.joda.time.Instant,WindowedValue<KV<K,V>>>,KV<org.joda.time.Instant,WindowedValue<KV<K,List<V>>>>>
| Modifier and Type | Method and Description |
|---|---|
KV<org.joda.time.Instant,WindowedValue<KV<K,List<V>>>> |
fold(KV<org.joda.time.Instant,WindowedValue<KV<K,List<V>>>> accum,
KV<org.joda.time.Instant,WindowedValue<KV<K,V>>> iter) |
KV<org.joda.time.Instant,WindowedValue<KV<K,List<V>>>> |
init() |
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.