com.bigdata.rdf.magic
Class MagicIndexWriteProc.IndexWriteProcConstructor

java.lang.Object
  extended by com.bigdata.btree.proc.AbstractKeyArrayIndexProcedureConstructor<MagicIndexWriteProc>
      extended by com.bigdata.rdf.magic.MagicIndexWriteProc.IndexWriteProcConstructor
Enclosing class:
MagicIndexWriteProc

public static class MagicIndexWriteProc.IndexWriteProcConstructor
extends AbstractKeyArrayIndexProcedureConstructor<MagicIndexWriteProc>


Field Summary
static MagicIndexWriteProc.IndexWriteProcConstructor INSTANCE
           
 
Method Summary
 MagicIndexWriteProc newInstance(IRabaCoder keySer, IRabaCoder valSer, int fromIndex, int toIndex, byte[][] keys, byte[][] vals)
          Uses the specified IRabaCoders.
 boolean sendValues()
          Values are required.
 
Methods inherited from class com.bigdata.btree.proc.AbstractKeyArrayIndexProcedureConstructor
newInstance, newInstance, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static MagicIndexWriteProc.IndexWriteProcConstructor INSTANCE
Method Detail

sendValues

public final boolean sendValues()
Values are required.

Specified by:
sendValues in class AbstractKeyArrayIndexProcedureConstructor<MagicIndexWriteProc>

newInstance

public MagicIndexWriteProc newInstance(IRabaCoder keySer,
                                       IRabaCoder valSer,
                                       int fromIndex,
                                       int toIndex,
                                       byte[][] keys,
                                       byte[][] vals)
Description copied from class: AbstractKeyArrayIndexProcedureConstructor
Uses the specified IRabaCoders.

Specified by:
newInstance in class AbstractKeyArrayIndexProcedureConstructor<MagicIndexWriteProc>
Returns:


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