Class ReifyTimestampsAndWindowsFunction<K,V>

java.lang.Object
org.apache.beam.runners.spark.translation.ReifyTimestampsAndWindowsFunction<K,V>
All Implemented Interfaces:
Serializable, org.apache.spark.api.java.function.Function<WindowedValue<KV<K,V>>,KV<K,WindowedValue<V>>>

public class ReifyTimestampsAndWindowsFunction<K,V> extends Object implements org.apache.spark.api.java.function.Function<WindowedValue<KV<K,V>>,KV<K,WindowedValue<V>>>
Simple Function to bring the windowing information into the value from the implicit background representation of the PCollection.
See Also:
  • Constructor Details

    • ReifyTimestampsAndWindowsFunction

      public ReifyTimestampsAndWindowsFunction()
  • Method Details