public class ReifyTimestampsAndWindowsFunction<K,V> extends Object implements org.apache.spark.api.java.function.Function<WindowedValue<KV<K,V>>,WindowedValue<KV<K,WindowedValue<V>>>>
Function to bring the windowing information into the value from the implicit
background representation of the PCollection.| Constructor and Description |
|---|
ReifyTimestampsAndWindowsFunction() |
| Modifier and Type | Method and Description |
|---|---|
WindowedValue<KV<K,WindowedValue<V>>> |
call(WindowedValue<KV<K,V>> elem) |
public WindowedValue<KV<K,WindowedValue<V>>> call(WindowedValue<KV<K,V>> elem) throws Exception
call in interface org.apache.spark.api.java.function.Function<WindowedValue<KV<K,V>>,WindowedValue<KV<K,WindowedValue<V>>>>ExceptionCopyright © 2016–2017 The Apache Software Foundation. All rights reserved.