Uses of Interface
org.glassfish.grizzly.memory.ThreadLocalPool
Packages that use ThreadLocalPool
-
Uses of ThreadLocalPool in org.glassfish.grizzly.memory
Methods in org.glassfish.grizzly.memory that return ThreadLocalPoolModifier and TypeMethodDescriptionByteBufferManager.createThreadLocalPool()HeapMemoryManager.createThreadLocalPool()ThreadLocalPoolProvider.createThreadLocalPool()protected static ThreadLocalPoolAbstractMemoryManager.getThreadLocalPool()Get thread associated buffer pool.Methods in org.glassfish.grizzly.memory with parameters of type ThreadLocalPoolModifier and TypeMethodDescriptionprotected ObjectAbstractMemoryManager.allocateFromPool(ThreadLocalPool threadLocalCache, int size) Allocate aBufferusing the providedThreadLocalPool. -
Uses of ThreadLocalPool in org.glassfish.grizzly.threadpool
Methods in org.glassfish.grizzly.threadpool that return ThreadLocalPoolConstructors in org.glassfish.grizzly.threadpool with parameters of type ThreadLocalPoolModifierConstructorDescriptionDefaultWorkerThread(AttributeBuilder attrBuilder, String name, ThreadLocalPool pool, Runnable runTask)