Package | Description |
---|---|
org.teiid.common.buffer | |
org.teiid.common.buffer.impl |
Modifier and Type | Method and Description |
---|---|
CacheKey |
BaseCacheEntry.getKey() |
Modifier and Type | Method and Description |
---|---|
int |
CacheKey.compareTo(CacheKey o) |
void |
BaseCacheEntry.setKey(CacheKey key) |
Constructor and Description |
---|
BaseCacheEntry(CacheKey key) |
CacheEntry(CacheKey key,
int sizeEstimate,
Object object,
WeakReference<? extends Serializer<?>> serializer,
boolean persistent) |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentSkipListMap<CacheKey,V> |
LrfuEvictionQueue.evictionQueue |
Copyright © 2020. All rights reserved.