Interface Sink<T>

Type Parameters:
T - the type of the data the sink will receive
All Superinterfaces:
Serializable

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

    Modifier and Type Method Description
    String name()
    Returns a descriptive name for this sink.
  • Method Details

    • name

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