Interface SideInputValues.Loader<T>

  • All Superinterfaces:
    java.util.function.Function<org.apache.spark.sql.Dataset<org.apache.beam.sdk.util.WindowedValue<T>>,​SideInputValues<T>>
    Enclosing interface:
    SideInputValues<T>

    public static interface SideInputValues.Loader<T>
    extends java.util.function.Function<org.apache.spark.sql.Dataset<org.apache.beam.sdk.util.WindowedValue<T>>,​SideInputValues<T>>
    Factory function for load SideInputValues from a Dataset.
    • Method Summary

      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose