Interface Sink<T>

  • Type Parameters:
    T - the type of the data the sink will receive
    All Superinterfaces:
    java.io.Serializable

    public interface Sink<T>
    extends java.io.Serializable
    A data sink in a Jet pipeline. It accepts the data the pipeline processed and exports it to an external system.
    Since:
    Jet 3.0
    See Also:
    sink factory methods
    • Method Detail

      • name

        java.lang.String name()
        Returns a descriptive name for this sink.