|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
ThreadCache.obtainIndex(java.lang.Class<E> clazz,
int size)
|
|
static
|
ThreadCache.obtainIndex(java.lang.String name,
java.lang.Class<E> clazz,
int size)
|
|
| Methods in org.glassfish.grizzly with parameters of type ThreadCache.CachedTypeIndex | ||
|---|---|---|
|
ThreadCache.ObjectCache.get(ThreadCache.CachedTypeIndex<E> index)
Get the cached object with the given type index from cache. |
|
static
|
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
|
ThreadCache.putToCache(ThreadCache.CachedTypeIndex<E> index,
E o)
|
|
|
ThreadCache.ObjectCache.take(ThreadCache.CachedTypeIndex<E> index)
Take the cached object with the given type index from cache. |
|
static
|
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 | ||
|---|---|---|
|
DefaultWorkerThread.getFromCache(ThreadCache.CachedTypeIndex<E> index)
Get the cached object with the given type index from cache. |
|
|
DefaultWorkerThread.putToCache(ThreadCache.CachedTypeIndex<E> index,
E o)
|
|
|
DefaultWorkerThread.takeFromCache(ThreadCache.CachedTypeIndex<E> index)
Take the cached object with the given type index from cache. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||