Interface CloseableFnDataReceiver<T>

    • Method Detail

      • flush

        @Deprecated
        void flush()
            throws java.lang.Exception
        Deprecated.
        to be removed once splitting/checkpointing are available in SDKs and rewinding in readers.
        Eagerly flushes any data that is buffered in this channel.
        Throws:
        java.lang.Exception
      • close

        void close()
            throws java.lang.Exception
        .

        Does nothing if this CloseableFnDataReceiver is already closed.

        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.lang.Exception