Package | Description |
---|---|
com.bigdata.bfs |
This package provides a scale-out content repository (aka distributed file
system) suitable as the backend for a REST-ful service using the bigdata
architecture.
|
com.bigdata.sparse |
This package provides support for treating normal B+Trees using a
"sparse row store" pattern and can be applied to both local B+Trees
and scale-out indices.
|
Modifier and Type | Class and Description |
---|---|
class |
BigdataFileSystem
A distributed file system with extensible metadata and atomic append
implemented using the bigdata scale-out architecture.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAtomicRowReadOrWrite
Abstract class implements the atomic read operation.
|
class |
AtomicRowDelete
Atomic delete of a logical row.
|
class |
AtomicRowFilter
Transforms an
ITupleIterator reading directly on an IIndex
backing a SparseRowStore into an ITupleIterator visiting
logical ITPS rows. |
class |
AtomicRowRead
Atomic read of the logical row associated with some
Schema and
primary key. |
class |
AtomicRowWriteRead
Atomic write on a logical row.
|
class |
SparseRowStore
|
class |
TestSparseRowStore
Test suite for
SparseRowStore . |
class |
TestTPS
Test of
TPS (property timestamp set implementation). |
class |
TimestampChooser
Utility class for choosing timestamps for the
SparseRowStore on the
server. |
class |
TPS
Default implementation.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.