com.bigdata.btree.proc
Class BatchLookup.BatchLookupConstructor

java.lang.Object
  extended by com.bigdata.btree.proc.AbstractKeyArrayIndexProcedureConstructor<BatchLookup>
      extended by com.bigdata.btree.proc.BatchLookup.BatchLookupConstructor
Enclosing class:
BatchLookup

public static class BatchLookup.BatchLookupConstructor
extends AbstractKeyArrayIndexProcedureConstructor<BatchLookup>

Factory for BatchLookup procedures.

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

Field Summary
static BatchLookup.BatchLookupConstructor INSTANCE
           
 
Method Summary
 BatchLookup newInstance(IRabaCoder keysCoder, IRabaCoder valsCoder, int fromIndex, int toIndex, byte[][] keys, byte[][] vals)
          Uses the specified IRabaCoders.
 boolean sendValues()
          Values ARE NOT sent.
 
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 final BatchLookup.BatchLookupConstructor INSTANCE
Method Detail

sendValues

public final boolean sendValues()
Values ARE NOT sent.

Specified by:
sendValues in class AbstractKeyArrayIndexProcedureConstructor<BatchLookup>

newInstance

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

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


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