public static class BatchLookup.BatchLookupConstructor extends AbstractKeyArrayIndexProcedureConstructor<BatchLookup>
BatchLookup
procedures.Modifier and Type | Field and Description |
---|---|
static BatchLookup.BatchLookupConstructor |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
BatchLookup |
newInstance(IRabaCoder keysCoder,
IRabaCoder valsCoder,
int fromIndex,
int toIndex,
byte[][] keys,
byte[][] vals)
Uses the specified
IRabaCoder s. |
boolean |
sendValues()
Values ARE NOT sent.
|
newInstance, newInstance, newInstance
public static final BatchLookup.BatchLookupConstructor INSTANCE
public final boolean sendValues()
sendValues
in class AbstractKeyArrayIndexProcedureConstructor<BatchLookup>
public BatchLookup newInstance(IRabaCoder keysCoder, IRabaCoder valsCoder, int fromIndex, int toIndex, byte[][] keys, byte[][] vals)
AbstractKeyArrayIndexProcedureConstructor
IRabaCoder
s.newInstance
in class AbstractKeyArrayIndexProcedureConstructor<BatchLookup>
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.