Interface PipeDataQueue

    • Method Detail

      • offer

        boolean offer​(PipeData data)
      • pull

        java.util.List<PipeData> pull​(long serialNumber)
      • take

        PipeData take()
               throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • commit

        void commit()
      • isEmpty

        boolean isEmpty()
      • close

        void close()
      • clear

        void clear()