|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IGlobalLRU.ILRUCache | |
|---|---|
| com.bigdata | |
| com.bigdata.btree |
The BTree is a scalable B+-Tree with copy-on-write
semantics mapping variable length unsigned byte[] keys to variable
length byte[] values (null values are allowed). |
| 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. |
| Uses of IGlobalLRU.ILRUCache in com.bigdata |
|---|
| Methods in com.bigdata that return IGlobalLRU.ILRUCache | |
|---|---|
static IGlobalLRU.ILRUCache<Long,Object> |
LRUNexus.getCache(IRawStore store)
Factory returns the IGlobalLRU.ILRUCache for the store iff the
LRUNexus is enabled. |
| Uses of IGlobalLRU.ILRUCache in com.bigdata.btree |
|---|
| Fields in com.bigdata.btree declared as IGlobalLRU.ILRUCache | |
|---|---|
protected IGlobalLRU.ILRUCache<Long,Object> |
AbstractBTree.storeCache
Optional cache for INodeData and ILeafData instances and
always null if the B+Tree is transient. |
| Uses of IGlobalLRU.ILRUCache in com.bigdata.cache |
|---|
| Methods in com.bigdata.cache that return IGlobalLRU.ILRUCache | |
|---|---|
IGlobalLRU.ILRUCache<Long,V> |
StoreAndAddressLRUCache.getCache(UUID uuid,
IAddressManager am)
|
IGlobalLRU.ILRUCache<Long,Object> |
WeakReferenceGlobalLRU.getCache(UUID uuid,
IAddressManager am)
|
IGlobalLRU.ILRUCache<K,V> |
HardReferenceGlobalLRURecyclerExplicitDeleteRequired.getCache(UUID uuid,
IAddressManager am)
|
IGlobalLRU.ILRUCache<K,V> |
HardReferenceGlobalLRU.getCache(UUID uuid,
IAddressManager am)
Deprecated. Canonicalizing mapping and factory for a per- IRawStore cache
instance. |
IGlobalLRU.ILRUCache<Long,V> |
BCHMGlobalLRU.getCache(UUID uuid,
IAddressManager am)
|
IGlobalLRU.ILRUCache<K,V> |
IGlobalLRU.getCache(UUID storeUUID,
IAddressManager am)
An canonicalizing factory for cache instances supporting random access to decompressed IDataRecords, higher-level data structures wrapping
those decompressed data records (INodeData and ILeafData
), or objects deserialized from those IDataRecords. |
IGlobalLRU.ILRUCache<K,V> |
HardReferenceGlobalLRURecycler.getCache(UUID uuid,
IAddressManager am)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||