- 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.Set
DIRECT
The direct buffer source set.static ByteBufferPool.Set
HEAP
The heap buffer source set.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteBufferPool
getLarge()
Get the large buffer pool for this set.ByteBufferPool
getNormal()
Get the medium buffer pool for this set.ByteBufferPool
getSmall()
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
-
-