public static class BatchContains.BatchContainsConstructor extends AbstractKeyArrayIndexProcedureConstructor<BatchContains>
BatchContains procedures.| Modifier and Type | Field and Description |
|---|---|
static BatchContains.BatchContainsConstructor |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
BatchContains |
newInstance(IRabaCoder keysCoder,
IRabaCoder valsCoder,
int fromIndex,
int toIndex,
byte[][] keys,
byte[][] vals)
Uses the specified
IRabaCoders. |
boolean |
sendValues()
Return
true if the procedure requires values paired with
the keys (otherwise the caller should specify null for the
values byte[]). |
newInstance, newInstance, newInstancepublic static final BatchContains.BatchContainsConstructor INSTANCE
public final boolean sendValues()
AbstractKeyArrayIndexProcedureConstructortrue if the procedure requires values paired with
the keys (otherwise the caller should specify null for the
values byte[]).sendValues in class AbstractKeyArrayIndexProcedureConstructor<BatchContains>public BatchContains newInstance(IRabaCoder keysCoder, IRabaCoder valsCoder, int fromIndex, int toIndex, byte[][] keys, byte[][] vals)
AbstractKeyArrayIndexProcedureConstructorIRabaCoders.newInstance in class AbstractKeyArrayIndexProcedureConstructor<BatchContains>Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.