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 | Class and Description |
---|---|
class |
HardReferenceQueue<T>
A cache for hard references using an LRU policy.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.