Uses of Interface
org.glassfish.grizzly.memory.ThreadLocalPool

Packages that use ThreadLocalPool
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
 ThreadLocalPool ThreadLocalPoolProvider.createThreadLocalPool()
           
 ThreadLocalPool HeapMemoryManager.createThreadLocalPool()
          
 ThreadLocalPool ByteBufferManager.createThreadLocalPool()
           
protected static ThreadLocalPool AbstractMemoryManager.getThreadLocalPool()
          Get thread associated buffer pool.
 

Methods in org.glassfish.grizzly.memory with parameters of type ThreadLocalPool
protected  java.lang.Object AbstractMemoryManager.allocateFromPool(ThreadLocalPool threadLocalCache, int size)
          Allocate a Buffer using the provided ThreadLocalPool.
 

Uses of ThreadLocalPool in org.glassfish.grizzly.threadpool
 

Methods in org.glassfish.grizzly.threadpool that return ThreadLocalPool
 ThreadLocalPool DefaultWorkerThread.getMemoryPool()
           
 

Constructors in org.glassfish.grizzly.threadpool with parameters of type ThreadLocalPool
DefaultWorkerThread(AttributeBuilder attrBuilder, java.lang.String name, ThreadLocalPool pool, java.lang.Runnable runTask)
           
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.