Package org.xnio

Class ByteBufferPool.Set

java.lang.Object
org.xnio.ByteBufferPool.Set
Enclosing class:
ByteBufferPool

public static final class ByteBufferPool.Set extends Object
A set of buffer pools for each size, which can either be DIRECT or HEAP.
  • Field Details

  • Method Details

    • getSmall

      public ByteBufferPool getSmall()
      Get the small buffer pool for this set.
      Returns:
      the small buffer pool for this set
    • getNormal

      public ByteBufferPool getNormal()
      Get the medium buffer pool for this set.
      Returns:
      the medium buffer pool for this set
    • getLarge

      public ByteBufferPool getLarge()
      Get the large buffer pool for this set.
      Returns:
      the large buffer pool for this set