Package | Description |
---|---|
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.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
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.rwstore.sector | |
com.bigdata.service.ndx.pipeline |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentWeakValueCacheWithTimeout<K,V>
Extends the basic behavior to clear stale references from a backing hard
reference queue.
|
Modifier and Type | Method and Description |
---|---|
void |
RWStrategy.registerExternalCache(ConcurrentWeakValueCache<Long,ICommitter> historicalIndexCache,
int byteCount) |
Modifier and Type | Class and Description |
---|---|
class |
IndexCache<H extends ILocalBTreeView>
Extends the
ConcurrentWeakValueCache to track the earliest timestamp
from which any local IIndex view is reading. |
Modifier and Type | Method and Description |
---|---|
void |
RWStore.registerExternalCache(ConcurrentWeakValueCache<Long,ICommitter> externalCache,
int dataSize) |
void |
IHistoryManager.registerExternalCache(ConcurrentWeakValueCache<Long,ICommitter> historicalIndexCache,
int byteCount)
Call made from AbstractJournal to register the cache used.
|
int |
FixedAllocator.removeFreedWrites(FixedAllocator xfa,
ConcurrentWeakValueCache<Long,ICommitter> externalCache) |
Modifier and Type | Method and Description |
---|---|
void |
AllocationContext.registerExternalCache(ConcurrentWeakValueCache<Long,ICommitter> historicalIndexCache,
int byteCount) |
void |
MemStrategy.registerExternalCache(ConcurrentWeakValueCache<Long,ICommitter> historicalIndexCache,
int byteCount) |
void |
MemoryManager.registerExternalCache(ConcurrentWeakValueCache<Long,ICommitter> externalCache,
int dataSize) |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentWeakValueCache<Integer,AbstractMasterTask> |
AbstractMasterStats.masters
Weak value hash map of the active masters.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.