Uses of Interface
org.glassfish.grizzly.memory.ThreadLocalPool
-
Packages that use ThreadLocalPool Package Description org.glassfish.grizzly.memory org.glassfish.grizzly.threadpool -
-
Uses of ThreadLocalPool in org.glassfish.grizzly.memory
Methods in org.glassfish.grizzly.memory that return ThreadLocalPool Modifier and Type Method Description ThreadLocalPoolByteBufferManager. createThreadLocalPool()ThreadLocalPoolHeapMemoryManager. createThreadLocalPool()ThreadLocalPoolThreadLocalPoolProvider. createThreadLocalPool()protected static ThreadLocalPoolAbstractMemoryManager. getThreadLocalPool()Get thread associated buffer pool.Methods in org.glassfish.grizzly.memory with parameters of type ThreadLocalPool Modifier and Type Method Description protected 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 ThreadLocalPool Modifier and Type Method Description ThreadLocalPoolDefaultWorkerThread. getMemoryPool()Constructors in org.glassfish.grizzly.threadpool with parameters of type ThreadLocalPool Constructor Description DefaultWorkerThread(AttributeBuilder attrBuilder, String name, ThreadLocalPool pool, Runnable runTask)
-