Class SideInputValues.Global<T>
- java.lang.Object
-
- org.apache.beam.runners.spark.structuredstreaming.translation.batch.functions.SideInputValues.BaseSideInputValues<T,java.util.List<T>,T>
-
- org.apache.beam.runners.spark.structuredstreaming.translation.batch.functions.SideInputValues.Global<T>
-
- All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable,java.io.Serializable,SideInputValues<T>
- Enclosing interface:
- SideInputValues<T>
public static class SideInputValues.Global<T> extends SideInputValues.BaseSideInputValues<T,java.util.List<T>,T>
SpecializedSideInputValuesfor use with theGlobalWindowin two possible states.- Initially it contains the binary values to be broadcasted.
- On the receiver / executor side the binary values are deserialized once. The binary values are dropped to minimize memory usage.
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.beam.runners.spark.structuredstreaming.translation.batch.functions.SideInputValues
SideInputValues.BaseSideInputValues<BinaryT,ValuesT extends @NonNull java.lang.Object,T>, SideInputValues.ByWindow<T>, SideInputValues.Global<T>, SideInputValues.Loader<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<T>get(org.apache.beam.sdk.transforms.windowing.BoundedWindow window)-
Methods inherited from class org.apache.beam.runners.spark.structuredstreaming.translation.batch.functions.SideInputValues.BaseSideInputValues
read, write
-
-
-
-
Method Detail
-
get
@Nullable public java.util.List<T> get(org.apache.beam.sdk.transforms.windowing.BoundedWindow window)
-
-