Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
MyHardReferenceQueue<T>
Wraps the basic implementation and exposes a protected method that we
need to write the tests in this suite.
|
Modifier and Type | Method and Description |
---|---|
void |
MyEvictionListener.evicted(HardReferenceQueue<PO> queue,
PO ref) |
Modifier and Type | Field and Description |
---|---|
protected HardReferenceQueue<T> |
SynchronizedHardReferenceQueue.queue
Note: Synchronization for the inner
SynchronizedHardReferenceQueue.queue is realized using the
outer reference! |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.