| Package | Description |
|---|---|
| org.glassfish.grizzly.memory | |
| org.glassfish.grizzly.threadpool |
| Modifier and Type | Method and Description |
|---|---|
ThreadLocalPool |
ThreadLocalPoolProvider.createThreadLocalPool() |
ThreadLocalPool |
HeapMemoryManager.createThreadLocalPool() |
ThreadLocalPool |
ByteBufferManager.createThreadLocalPool() |
protected static ThreadLocalPool |
AbstractMemoryManager.getThreadLocalPool()
Get thread associated buffer pool.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
AbstractMemoryManager.allocateFromPool(ThreadLocalPool threadLocalCache,
int size)
Allocate a
Buffer using the provided ThreadLocalPool. |
| Modifier and Type | Method and Description |
|---|---|
ThreadLocalPool |
DefaultWorkerThread.getMemoryPool() |
| Constructor and Description |
|---|
DefaultWorkerThread(AttributeBuilder attrBuilder,
String name,
ThreadLocalPool pool,
Runnable runTask) |
Copyright © 2012-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.