com.bigdata.btree.proc
Interface IParallelizableIndexProcedure

All Superinterfaces:
IIndexProcedure, Serializable
All Known Implementing Classes:
BatchContains, BatchInsert, BatchLookup, BatchRemove, Id2TermWriteProc, JustIndexWriteProc, MagicIndexWriteProc, RangeCountProcedure, SPOIndexWriteProc, Term2IdWriteProc, TextIndexWriteProc

public interface IParallelizableIndexProcedure
extends IIndexProcedure

A marker interface for an IIndexProcedure whose operation may be safely applied in parallel to multiple index partitions.

Version:
$Id: IParallelizableIndexProcedure.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.