Class SideInputInitializer<ViewT>

java.lang.Object
org.apache.beam.runners.flink.translation.functions.SideInputInitializer<ViewT>
All Implemented Interfaces:
org.apache.flink.api.common.functions.BroadcastVariableInitializer<WindowedValue<?>,Map<BoundedWindow,ViewT>>

public class SideInputInitializer<ViewT> extends Object implements org.apache.flink.api.common.functions.BroadcastVariableInitializer<WindowedValue<?>,Map<BoundedWindow,ViewT>>
BroadcastVariableInitializer that initializes the broadcast input as a Map from window to side input.