Uses of Class
org.glassfish.grizzly.ThreadCache.CachedTypeIndex
Packages that use ThreadCache.CachedTypeIndex
-
Uses of ThreadCache.CachedTypeIndex in org.glassfish.grizzly
Methods in org.glassfish.grizzly that return ThreadCache.CachedTypeIndexModifier and TypeMethodDescriptionstatic <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.CachedTypeIndexModifier and TypeMethodDescription<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.CachedTypeIndexModifier and TypeMethodDescriptionfinal <E> EDefaultWorkerThread.getFromCache(ThreadCache.CachedTypeIndex<E> index) Get the cached object with the given type index from cache.final <E> booleanDefaultWorkerThread.putToCache(ThreadCache.CachedTypeIndex<E> index, E o) final <E> EDefaultWorkerThread.takeFromCache(ThreadCache.CachedTypeIndex<E> index) Take the cached object with the given type index from cache.