Interface BufferPool.BufferPoolAPI

Enclosing class:
BufferPool

public static interface BufferPool.BufferPoolAPI
  • Method Details

    • setMaxSize

      void setMaxSize(int bytes)
    • getBuffer

      XByteBuffer getBuffer(int minSize, boolean discard)
    • returnBuffer

      void returnBuffer(XByteBuffer buffer)
    • clear

      void clear()