Class SideInputValues.BaseSideInputValues<BinaryT,ValuesT extends @NonNull 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, Serializable, SideInputValues<T>
Direct Known Subclasses:
SideInputValues.ByWindow, SideInputValues.Global
Enclosing interface:
SideInputValues<T>

public abstract static class SideInputValues.BaseSideInputValues<BinaryT,ValuesT extends @NonNull Object,T> extends Object implements SideInputValues<T>
See Also:
  • Method Details

    • write

      public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)
      Specified by:
      write in interface com.esotericsoftware.kryo.KryoSerializable
    • read

      public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input)
      Specified by:
      read in interface com.esotericsoftware.kryo.KryoSerializable