Package | Description |
---|---|
org.glassfish.grizzly.memory | |
org.glassfish.grizzly.threadpool |
Modifier and Type | Method and Description |
---|---|
ThreadLocalPool |
ByteBufferManager.createThreadLocalPool() |
ThreadLocalPool |
HeapMemoryManager.createThreadLocalPool() |
ThreadLocalPool |
ThreadLocalPoolProvider.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 © 2015 Oracle Corporation. All rights reserved.