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.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
com.bigdata.mdi |
This package provides a metadata index and range partitioned indices
managed by that metadata index.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegateBTree
An object that delegates the
IIndex and ILinearList
interfaces. |
class |
ReadOnlyIndex
A fly-weight wrapper that does not permit write operations and reads through
onto an underlying
IIndex . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCommitTimeIndex<T extends ICommitTimeEntry>
Abstract
BTree mapping commitTime (long integers) to
ICommitTimeEntry objects. |
Modifier and Type | Class and Description |
---|---|
class |
MetadataIndexView
The extension semantics for the
IMetadataIndex are implemented by
this class. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.