com.bigdata.rdf.spo
Class JustIndexWriteProc.WriteJustificationsProcConstructor

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

public static class JustIndexWriteProc.WriteJustificationsProcConstructor
extends AbstractKeyArrayIndexProcedureConstructor<JustIndexWriteProc>


Field Summary
static JustIndexWriteProc.WriteJustificationsProcConstructor INSTANCE
           
 
Method Summary
 JustIndexWriteProc newInstance(IRabaCoder keySer, IRabaCoder valSer, int fromIndex, int toIndex, byte[][] keys, byte[][] vals)
          Uses the specified IRabaCoders.
 boolean sendValues()
          Values ARE NOT used.
 
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 JustIndexWriteProc.WriteJustificationsProcConstructor INSTANCE
Method Detail

sendValues

public final boolean sendValues()
Values ARE NOT used.

Specified by:
sendValues in class AbstractKeyArrayIndexProcedureConstructor<JustIndexWriteProc>

newInstance

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


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