Interface ICombineHandler


@Private public interface ICombineHandler
interacts with native side to support Java Combiner
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    close handlers, buffer pullers and pushers
    void
    run combiner
    long
     
  • Method Details

    • combine

      void combine() throws IOException
      run combiner
      Throws:
      IOException
    • getId

      long getId()
      Returns:
      id of this handler
    • close

      void close() throws IOException
      close handlers, buffer pullers and pushers
      Throws:
      IOException