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
IRabaCoder s. |
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, newInstance
public static final BatchContains.BatchContainsConstructor INSTANCE
public final boolean sendValues()
AbstractKeyArrayIndexProcedureConstructor
true
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)
AbstractKeyArrayIndexProcedureConstructor
IRabaCoder
s.newInstance
in class AbstractKeyArrayIndexProcedureConstructor<BatchContains>
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.