|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IKeyArrayIndexProcedure | |
|---|---|
| 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.service.jini.master | |
| com.bigdata.service.ndx | |
| com.bigdata.service.ndx.pipeline | |
| Uses of IKeyArrayIndexProcedure in com.bigdata.btree.proc |
|---|
| Classes in com.bigdata.btree.proc with type parameters of type IKeyArrayIndexProcedure | |
|---|---|
class |
AbstractKeyArrayIndexProcedureConstructor<T extends IKeyArrayIndexProcedure>
A factory for IKeyArrayIndexProcedures so that their data may be key
range partitions and mapped against each relevant index partition. |
| Classes in com.bigdata.btree.proc that implement IKeyArrayIndexProcedure | |
|---|---|
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 |
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. |
| Uses of IKeyArrayIndexProcedure in com.bigdata.rdf.lexicon |
|---|
| Classes in com.bigdata.rdf.lexicon that implement IKeyArrayIndexProcedure | |
|---|---|
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 IKeyArrayIndexProcedure in com.bigdata.rdf.spo |
|---|
| Classes in com.bigdata.rdf.spo that implement IKeyArrayIndexProcedure | |
|---|---|
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 IKeyArrayIndexProcedure in com.bigdata.search |
|---|
| Classes in com.bigdata.search that implement IKeyArrayIndexProcedure | |
|---|---|
class |
TextIndexWriteProc
Writes on the text index. |
| Uses of IKeyArrayIndexProcedure in com.bigdata.service.jini.master |
|---|
| Classes in com.bigdata.service.jini.master with type parameters of type IKeyArrayIndexProcedure | |
|---|---|
class |
AggregatorTask<T extends IKeyArrayIndexProcedure,O,R,A>
A task which aggregates writes destined for a specific scale-out index. |
class |
ResourceBufferSubtask<H extends ResourceBufferStatistics<L,HS>,O,E extends Serializable,L extends ClientLocator,S extends ResourceBufferSubtask,HS extends ResourceBufferSubtaskStatistics,M extends ResourceBufferTask<H,E,S,L,HS>,T extends IKeyArrayIndexProcedure,A>
|
| Methods in com.bigdata.service.jini.master with type parameters of type IKeyArrayIndexProcedure | ||
|---|---|---|
|
AggregatorTask.newWriteBuffer(IResultHandler<R,A> resultHandler,
IDuplicateRemover<O> duplicateRemover,
AbstractKeyArrayIndexProcedureConstructor<T> ctor)
Note: This ignores its arguments (it uses those specified to the ctor instead) and returns the proxy for the pre-existing write buffer. |
|
| Uses of IKeyArrayIndexProcedure in com.bigdata.service.ndx |
|---|
| Methods in com.bigdata.service.ndx with type parameters of type IKeyArrayIndexProcedure | ||
|---|---|---|
|
ClientIndexView.newWriteBuffer(IResultHandler<R,A> resultHandler,
IDuplicateRemover<O> duplicateRemover,
AbstractKeyArrayIndexProcedureConstructor<T> ctor)
|
|
|
AbstractScaleOutClientIndexView.newWriteBuffer(IResultHandler<R,A> resultHandler,
IDuplicateRemover<O> duplicateRemover,
AbstractKeyArrayIndexProcedureConstructor<T> ctor)
|
|
|
IAsynchronousWriteBufferFactory.newWriteBuffer(IResultHandler<R,A> resultHandler,
IDuplicateRemover<O> duplicateRemover,
AbstractKeyArrayIndexProcedureConstructor<T> ctor)
Asynchronous write API (streaming writes). |
|
| Uses of IKeyArrayIndexProcedure in com.bigdata.service.ndx.pipeline |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||