public static final class ByteBufferPool.Set extends Object
Modifier and Type | Field and Description |
---|---|
static ByteBufferPool.Set |
DIRECT
The direct buffer source set.
|
static ByteBufferPool.Set |
HEAP
The heap buffer source set.
|
Modifier and Type | Method and 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.
|
public static final ByteBufferPool.Set DIRECT
public static final ByteBufferPool.Set HEAP
public ByteBufferPool getSmall()
public ByteBufferPool getNormal()
public ByteBufferPool getLarge()
Copyright © 2018 JBoss by Red Hat. All rights reserved.