public interface ThreadLocalPoolProvider
MemoryManager implementations
in order to provide per-thread memory management.
When Grizzly managed threads are created, if the MemoryManager implements
this interface, createThreadLocalPool() will be invoked and the resulting
ThreadLocalPool will be passed to the Thread.| Modifier and Type | Method and Description |
|---|---|
ThreadLocalPool |
createThreadLocalPool() |
ThreadLocalPool createThreadLocalPool()
ThreadLocalPool implementation. This method
must return a new ThreadLocalPool instance per invocation.Copyright © 2015 Oracle Corporation. All Rights Reserved.