Uses of Class
org.glassfish.grizzly.ThreadCache.CachedTypeIndex
-
Packages that use ThreadCache.CachedTypeIndex Package Description org.glassfish.grizzly org.glassfish.grizzly.threadpool -
-
Uses of ThreadCache.CachedTypeIndex in org.glassfish.grizzly
Methods in org.glassfish.grizzly that return ThreadCache.CachedTypeIndex Modifier and Type Method Description static <E> ThreadCache.CachedTypeIndex<E>ThreadCache. obtainIndex(Class<E> clazz, int size)static <E> ThreadCache.CachedTypeIndex<E>ThreadCache. obtainIndex(String name, Class<E> clazz, int size)Methods in org.glassfish.grizzly with parameters of type ThreadCache.CachedTypeIndex Modifier and Type Method Description <E> EThreadCache.ObjectCache. get(ThreadCache.CachedTypeIndex<E> index)Get the cached object with the given type index from cache.static <E> EThreadCache. getFromCache(Thread currentThread, ThreadCache.CachedTypeIndex<E> index)Get the cached object with the given type index from cache.static <E> EThreadCache. getFromCache(ThreadCache.CachedTypeIndex<E> index)Get the cached object with the given type index from cache.booleanThreadCache.ObjectCache. put(ThreadCache.CachedTypeIndex index, Object o)static <E> booleanThreadCache. putToCache(Thread currentThread, ThreadCache.CachedTypeIndex<E> index, E o)static <E> booleanThreadCache. putToCache(ThreadCache.CachedTypeIndex<E> index, E o)<E> EThreadCache.ObjectCache. take(ThreadCache.CachedTypeIndex<E> index)Take the cached object with the given type index from cache.static <E> EThreadCache. takeFromCache(Thread currentThread, ThreadCache.CachedTypeIndex<E> index)Take the cached object with the given type index from cache.static <E> EThreadCache. 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 Modifier and Type Method Description <E> EDefaultWorkerThread. getFromCache(ThreadCache.CachedTypeIndex<E> index)Get the cached object with the given type index from cache.<E> booleanDefaultWorkerThread. putToCache(ThreadCache.CachedTypeIndex<E> index, E o)<E> EDefaultWorkerThread. takeFromCache(ThreadCache.CachedTypeIndex<E> index)Take the cached object with the given type index from cache.
-