All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bigdata.rawstore.package.html Maven / Gradle / Ivy



Raw Store



A set of interfaces and some simple implementations for a read-write store without atomic commit or transactions. The {@link com.bigdata.journal.Journal} provides an implementation of this {@link 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 {@link IRawStore}, such as the {@link com.bigdata.objndx.BTree}, without introducing a dependency on the {@link com.bigdata.journal.Journal}.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy