Package com.bigdata.rawstore

A set of interfaces and some simple implementations for a read-write store without atomic commit or transactions.

See: Description

Package com.bigdata.rawstore Description

A set of interfaces and some simple implementations for a read-write store without atomic commit or transactions. The Journal provides an implementation of this IRawStore interface that supports atomic commit and is restart-safe.

There are some trivial implementations in the test suite that are used for bootstrapping classes with a dependency on IRawStore, such as the com.bigdata.objndx.BTree, without introducing a dependency on the Journal.

Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.