java.lang.Object
org.xnio.ByteBufferPool.Set
- Enclosing class:
- ByteBufferPool
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ByteBufferPool.Set
The direct buffer source set.static final ByteBufferPool.Set
The heap buffer source set. -
Method Summary
-
Field Details
-
DIRECT
The direct buffer source set. -
HEAP
The heap buffer source set.
-
-
Method Details
-
getSmall
Get the small buffer pool for this set.- Returns:
- the small buffer pool for this set
-
getNormal
Get the medium buffer pool for this set.- Returns:
- the medium buffer pool for this set
-
getLarge
Get the large buffer pool for this set.- Returns:
- the large buffer pool for this set
-