com.bigdata.rdf.spo
Class SPOIndexWriteProc.IndexWriteProcConstructor

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

public static class SPOIndexWriteProc.IndexWriteProcConstructor
extends AbstractKeyArrayIndexProcedureConstructor<SPOIndexWriteProc>


Field Summary
static SPOIndexWriteProc.IndexWriteProcConstructor INSTANCE
           
 
Method Summary
 SPOIndexWriteProc 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 SPOIndexWriteProc.IndexWriteProcConstructor INSTANCE
Method Detail

sendValues

public final boolean sendValues()
Values are required.

Specified by:
sendValues in class AbstractKeyArrayIndexProcedureConstructor<SPOIndexWriteProc>

newInstance

public SPOIndexWriteProc 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<SPOIndexWriteProc>
Returns:


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