Class ByteBufferPool.Bucket

    • Constructor Detail

      • Bucket

        public Bucket​(ByteBufferPool pool,
                      int bufferSize,
                      int maxSize)
    • Method Detail

      • acquire

        public ByteBuffer acquire​(boolean direct)
      • release

        public void release​(ByteBuffer buffer)
      • clear

        public void clear()