|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConcurrentWeakValueCache | |
|---|---|
| com.bigdata.cache | A canonicalizing object cache may be constructed from an outer weak reference value hash map backed by an inner hard reference LRU policy. |
| com.bigdata.resources |
This package provides the logic to managed the live journal and the
historical journals and index segments for a DataService. |
| com.bigdata.rwstore | |
| com.bigdata.service.ndx.pipeline | |
| Uses of ConcurrentWeakValueCache in com.bigdata.cache |
|---|
| Subclasses of ConcurrentWeakValueCache in com.bigdata.cache | |
|---|---|
class |
ConcurrentWeakValueCacheWithTimeout<K,V>
Extends the basic behavior to clear stale references from a backing hard reference queue. |
| Uses of ConcurrentWeakValueCache in com.bigdata.resources |
|---|
| Subclasses of ConcurrentWeakValueCache in com.bigdata.resources | |
|---|---|
class |
IndexManager.IndexCache
Extends the ConcurrentWeakValueCache to track the earliest
timestamp from which any local IIndex view is reading. |
| Uses of ConcurrentWeakValueCache in com.bigdata.rwstore |
|---|
| Methods in com.bigdata.rwstore with parameters of type ConcurrentWeakValueCache | |
|---|---|
void |
RWStore.registerExternalCache(ConcurrentWeakValueCache<Long,BTree> externalCache,
int dataSize)
Call made from AbstractJournal to register the cache used. |
| Uses of ConcurrentWeakValueCache in com.bigdata.service.ndx.pipeline |
|---|
| Fields in com.bigdata.service.ndx.pipeline declared as ConcurrentWeakValueCache | |
|---|---|
protected ConcurrentWeakValueCache<Integer,AbstractMasterTask> |
AbstractMasterStats.masters
Weak value hash map of the active masters. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||