Interface BatchSource<T>

  • Type Parameters:
    T - the stream item type

    public interface BatchSource<T>
    A finite source of data for a Jet pipeline. Finite sources are the only kind that can be used to aggregate data without windowing.
    Since:
    Jet 3.0
    See Also:
    source factory methods
    • Method Detail

      • name

        @Nonnull
        java.lang.String name()
        Returns a descriptive name of this source.