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.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.btree.view | |
com.bigdata.service.ndx | |
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 |
AtomicBlockAppendProc
Atomic append of a single block to a file version.
|
class |
AtomicBlockWriteProc
Atomic write of a single block for a file version.
|
Modifier and Type | Method and Description |
---|---|
Object |
ReadCommittedView.submit(byte[] key,
ISimpleIndexProcedure proc) |
<T> T |
DelegateIndex.submit(byte[] key,
ISimpleIndexProcedure<T> proc) |
<T> T |
IIndex.submit(byte[] key,
ISimpleIndexProcedure<T> proc)
Submits an index procedure that operations on a single key to the
appropriate index partition returning the result of that procedure.
|
<T> T |
UnisolatedReadWriteIndex.submit(byte[] key,
ISimpleIndexProcedure<T> proc) |
<T> T |
AbstractBTree.submit(byte[] key,
ISimpleIndexProcedure<T> proc) |
Modifier and Type | Method and Description |
---|---|
<T> T |
FusedView.submit(byte[] key,
ISimpleIndexProcedure<T> proc) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractScaleOutClientIndexView.submit(byte[] key,
ISimpleIndexProcedure proc) |
<T> T |
ClientIndexView.submit(byte[] key,
ISimpleIndexProcedure<T> proc)
Submits an index procedure that operations on a single key to the
appropriate index partition returning the result of that procedure.
|
protected Object |
AbstractScaleOutClientIndexView2.submit(long ts,
byte[] key,
ISimpleIndexProcedure proc)
Variant uses the caller's timestamp.
|
protected abstract Object |
AbstractScaleOutClientIndexView.submit(long ts,
byte[] key,
ISimpleIndexProcedure proc)
Variant uses the caller's timestamp.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAtomicRowReadOrWrite
Abstract class implements the atomic read operation.
|
class |
AtomicRowDelete
Atomic delete of a logical row.
|
class |
AtomicRowRead
Atomic read of the logical row associated with some
Schema and
primary key. |
class |
AtomicRowWriteRead
Atomic write on a logical row.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.