Uses of Class
org.glassfish.grizzly.ThreadCache.CachedTypeIndex

Packages that use ThreadCache.CachedTypeIndex
org.glassfish.grizzly   
org.glassfish.grizzly.threadpool   
 

Uses of ThreadCache.CachedTypeIndex in org.glassfish.grizzly
 

Methods in org.glassfish.grizzly that return ThreadCache.CachedTypeIndex
static
<E> ThreadCache.CachedTypeIndex<E>
ThreadCache.obtainIndex(java.lang.Class<E> clazz, int size)
           
static
<E> ThreadCache.CachedTypeIndex<E>
ThreadCache.obtainIndex(java.lang.String name, java.lang.Class<E> clazz, int size)
           
 

Methods in org.glassfish.grizzly with parameters of type ThreadCache.CachedTypeIndex
<E> E
ThreadCache.ObjectCache.get(ThreadCache.CachedTypeIndex<E> index)
          Get the cached object with the given type index from cache.
static
<E> E
ThreadCache.getFromCache(ThreadCache.CachedTypeIndex<E> index)
          Get the cached object with the given type index from cache.
 boolean ThreadCache.ObjectCache.put(ThreadCache.CachedTypeIndex index, java.lang.Object o)
           
static
<E> boolean
ThreadCache.putToCache(ThreadCache.CachedTypeIndex<E> index, E o)
           
<E> E
ThreadCache.ObjectCache.take(ThreadCache.CachedTypeIndex<E> index)
          Take the cached object with the given type index from cache.
static
<E> E
ThreadCache.takeFromCache(ThreadCache.CachedTypeIndex<E> index)
          Take the cached object with the given type index from cache.
 

Uses of ThreadCache.CachedTypeIndex in org.glassfish.grizzly.threadpool
 

Methods in org.glassfish.grizzly.threadpool with parameters of type ThreadCache.CachedTypeIndex
<E> E
DefaultWorkerThread.getFromCache(ThreadCache.CachedTypeIndex<E> index)
          Get the cached object with the given type index from cache.
<E> boolean
DefaultWorkerThread.putToCache(ThreadCache.CachedTypeIndex<E> index, E o)
           
<E> E
DefaultWorkerThread.takeFromCache(ThreadCache.CachedTypeIndex<E> index)
          Take the cached object with the given type index from cache.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.