Interface Sink

    • Method Detail

      • send

        void send​(Row row)
           throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • end

        void end()
          throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • setSourceEnumerable

        @Deprecated
        void setSourceEnumerable​(Enumerable<Row> enumerable)
                          throws java.lang.InterruptedException
        Deprecated.
        This method is temporary. It will be removed without notice.
        Throws:
        java.lang.InterruptedException