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
IRabaCoders. |
boolean |
sendValues()
Values ARE NOT sent.
|
newInstance, newInstance, newInstancepublic 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)
AbstractKeyArrayIndexProcedureConstructorIRabaCoders.newInstance in class AbstractKeyArrayIndexProcedureConstructor<BatchLookup>Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.