Uses of Class
org.teiid.common.buffer.CacheKey
-
Packages that use CacheKey Package Description org.teiid.common.buffer org.teiid.common.buffer.impl -
-
Uses of CacheKey in org.teiid.common.buffer
Methods in org.teiid.common.buffer that return CacheKey Modifier and Type Method Description CacheKey
BaseCacheEntry. getKey()
Methods in org.teiid.common.buffer with parameters of type CacheKey Modifier and Type Method Description int
CacheKey. compareTo(CacheKey o)
void
BaseCacheEntry. setKey(CacheKey key)
Constructors in org.teiid.common.buffer with parameters of type CacheKey Constructor Description BaseCacheEntry(CacheKey key)
CacheEntry(CacheKey key, int sizeEstimate, Object object, WeakReference<? extends Serializer<?>> serializer, boolean persistent)
-
Uses of CacheKey in org.teiid.common.buffer.impl
Fields in org.teiid.common.buffer.impl with type parameters of type CacheKey Modifier and Type Field Description protected ConcurrentSkipListMap<CacheKey,V>
LrfuEvictionQueue. evictionQueue
-