Class SideInputValues.BaseSideInputValues<BinaryT,ValuesT extends @NonNull java.lang.Object,T>
- java.lang.Object
-
- org.apache.beam.runners.spark.structuredstreaming.translation.batch.functions.SideInputValues.BaseSideInputValues<BinaryT,ValuesT,T>
-
- All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable,java.io.Serializable,SideInputValues<T>
- Direct Known Subclasses:
SideInputValues.ByWindow,SideInputValues.Global
- Enclosing interface:
- SideInputValues<T>
public abstract static class SideInputValues.BaseSideInputValues<BinaryT,ValuesT extends @NonNull java.lang.Object,T> extends java.lang.Object implements SideInputValues<T>
- 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 voidread(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input)voidwrite(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.beam.runners.spark.structuredstreaming.translation.batch.functions.SideInputValues
get
-
-
-
-
Method Detail
-
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)- Specified by:
writein interfacecom.esotericsoftware.kryo.KryoSerializable
-
read
public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input)- Specified by:
readin interfacecom.esotericsoftware.kryo.KryoSerializable
-
-