Class PravegaSink<T>

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.apache.flink.api.connector.sink2.Sink

        org.apache.flink.api.connector.sink2.Sink.InitContext
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> PravegaSinkBuilder<T> builder()
      Gets a builder for PravegaSink to read Pravega streams using the Flink streaming API.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.flink.api.connector.sink2.Sink

        createWriter
    • Method Detail

      • builder

        public static <T> PravegaSinkBuilder<T> builder()
        Gets a builder for PravegaSink to read Pravega streams using the Flink streaming API.
        Type Parameters:
        T - the element type.
        Returns:
        A new builder of PravegaSink