|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractIndexProcedure | |
|---|---|
| com.bigdata.btree.proc | |
| com.bigdata.rdf.lexicon | |
| com.bigdata.rdf.spo | This package defines a statement model using long term identifiers rather than RDF Value objects. |
| com.bigdata.search | This package provides full text indexing and search. |
| 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. |
| Uses of AbstractIndexProcedure in com.bigdata.btree.proc |
|---|
| Subclasses of AbstractIndexProcedure in com.bigdata.btree.proc | |
|---|---|
class |
AbstractKeyArrayIndexProcedure
Abstract base class supports compact serialization and compression for remote IKeyArrayIndexProcedure execution (procedures may be executed on a
local index, but they are only (de-)serialized when executed on a remote
index). |
class |
AbstractKeyRangeIndexProcedure
|
class |
BatchContains
Batch existence test operation. |
class |
BatchInsert
Batch insert operation. |
class |
BatchLookup
Batch lookup operation. |
class |
BatchRemove
Batch removal of one or more tuples, optionally returning their existing values. |
class |
RangeCountProcedure
This procedure computes a range count on an index. |
| Uses of AbstractIndexProcedure in com.bigdata.rdf.lexicon |
|---|
| Subclasses of AbstractIndexProcedure in com.bigdata.rdf.lexicon | |
|---|---|
class |
BlobsWriteProc
This unisolated operation inserts Values into the
{termCode,hash(Value),counter}:Value index, assigning IVs to
Values as a side-effect. |
class |
Id2TermWriteProc
Unisolated write operation makes consistent assertions on the id:term index based on the data developed by the Term2IdWriteProc
operation. |
class |
Term2IdWriteProc
This unisolated operation inserts terms into the term:id index, assigning identifiers to terms as a side-effect. |
| Uses of AbstractIndexProcedure in com.bigdata.rdf.spo |
|---|
| Subclasses of AbstractIndexProcedure in com.bigdata.rdf.spo | |
|---|---|
class |
JustIndexWriteProc
Procedure for writing Justifications on an index or index
partition. |
class |
SPOIndexWriteProc
Procedure for batch insert on a single statement index (or index partition). |
| Uses of AbstractIndexProcedure in com.bigdata.search |
|---|
| Subclasses of AbstractIndexProcedure in com.bigdata.search | |
|---|---|
class |
TextIndexWriteProc
Writes on the text index. |
| Uses of AbstractIndexProcedure in com.bigdata.sparse |
|---|
| Subclasses of AbstractIndexProcedure in com.bigdata.sparse | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||