protected static class GroupByKeyTranslator.KeyedByTimestamp<K,V> extends org.apache.gearpump.streaming.dsl.api.functions.MapFunction<WindowedValue<KV<K,V>>,KV<org.joda.time.Instant,WindowedValue<KV<K,V>>>>
| Constructor and Description |
|---|
KeyedByTimestamp(WindowFn<KV<K,V>,BoundedWindow> windowFn,
TimestampCombiner timestampCombiner) |
| Modifier and Type | Method and Description |
|---|---|
KV<org.joda.time.Instant,WindowedValue<KV<K,V>>> |
map(WindowedValue<KV<K,V>> wv) |
public KeyedByTimestamp(WindowFn<KV<K,V>,BoundedWindow> windowFn, TimestampCombiner timestampCombiner)
public KV<org.joda.time.Instant,WindowedValue<KV<K,V>>> map(WindowedValue<KV<K,V>> wv)
map in class org.apache.gearpump.streaming.dsl.api.functions.MapFunction<WindowedValue<KV<K,V>>,KV<org.joda.time.Instant,WindowedValue<KV<K,V>>>>Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.