- java.lang.Object
-
- org.xnio.ByteBufferPool.Set
-
- Enclosing class:
- ByteBufferPool
public static final class ByteBufferPool.Set extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ByteBufferPool.SetDIRECTThe direct buffer source set.static ByteBufferPool.SetHEAPThe heap buffer source set.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteBufferPoolgetLarge()Get the large buffer pool for this set.ByteBufferPoolgetNormal()Get the medium buffer pool for this set.ByteBufferPoolgetSmall()Get the small buffer pool for this set.
-
-
-
Field Detail
-
DIRECT
public static final ByteBufferPool.Set DIRECT
The direct buffer source set.
-
HEAP
public static final ByteBufferPool.Set HEAP
The heap buffer source set.
-
-
Method Detail
-
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
-
-