com.bigdata.relation
Interface IMutableRelationIndexWriteProcedure

All Superinterfaces:
IIndexProcedure, Serializable
All Known Implementing Classes:
Id2TermWriteProc, JustIndexWriteProc, MagicIndexWriteProc, SPOIndexWriteProc, Term2IdWriteProc, TextIndexWriteProc

public interface IMutableRelationIndexWriteProcedure
extends IIndexProcedure

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.

Version:
$Id: IMutableRelationIndexWriteProcedure.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Method Summary
 
Methods inherited from interface com.bigdata.btree.proc.IIndexProcedure
apply, isReadOnly
 



Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.