|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMutableRelationIndexWriteProcedure
Marker interface for procedures responsible for writing on an IIndex
in order to satisfy an IMutableRelation write. Many relations
maintain multiple index orders. There is generally one such procedure for
each index order. These procedures generally accept byte[][]
keys and values and therefore should extend
AbstractKeyArrayIndexProcedure. In order to use scattered writes, the
procedures should also implement IParallelizableIndexProcedure.
| Method Summary |
|---|
| Methods inherited from interface com.bigdata.btree.proc.IIndexProcedure |
|---|
apply, isReadOnly |
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||