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). |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEvictionListener
Hard reference cache eviction listener writes a dirty node or leaf onto the
persistence store.
|
class |
MyEvictionListener
Extends
DefaultEvictionListener to explicitly control when an
eviction notice is expected and to verify that eviction notices are received
as expected. |
class |
NoEvictionListener
Hard reference cache eviction listener for leaves always throws an
exception.
|
class |
NOPEvictionListener
A listener that does nothing.
|
Modifier and Type | Field and Description |
---|---|
static IEvictionListener |
NOPEvictionListener.INSTANCE |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.