Interface BufferPool.BufferPoolAPI

  • Enclosing class:
    BufferPool

    public static interface BufferPool.BufferPoolAPI
    • Method Detail

      • setMaxSize

        void setMaxSize​(int bytes)
      • getBuffer

        XByteBuffer getBuffer​(int minSize,
                              boolean discard)
      • returnBuffer

        void returnBuffer​(XByteBuffer buffer)
      • clear

        void clear()