public static class BatchInsert.BatchInsertConstructor extends AbstractKeyArrayIndexProcedureConstructor<BatchInsert>
BatchInsert procedures.| Modifier and Type | Field and Description |
|---|---|
static BatchInsert.BatchInsertConstructor |
RETURN_NO_VALUES
Singleton does NOT request the return of the old values that were
overwritten in the index by the operation.
|
static BatchInsert.BatchInsertConstructor |
RETURN_OLD_VALUES
Singleton requests the return of the old values that were overwritten
in the index by the operation.
|
| Modifier and Type | Method and Description |
|---|---|
BatchInsert |
newInstance(IRabaCoder keysCoder,
IRabaCoder valsCoder,
int fromIndex,
int toIndex,
byte[][] keys,
byte[][] vals)
Uses the specified
IRabaCoders. |
boolean |
sendValues()
Values are required.
|
newInstance, newInstance, newInstancepublic static final BatchInsert.BatchInsertConstructor RETURN_OLD_VALUES
public static final BatchInsert.BatchInsertConstructor RETURN_NO_VALUES
public final boolean sendValues()
sendValues in class AbstractKeyArrayIndexProcedureConstructor<BatchInsert>public BatchInsert newInstance(IRabaCoder keysCoder, IRabaCoder valsCoder, int fromIndex, int toIndex, byte[][] keys, byte[][] vals)
AbstractKeyArrayIndexProcedureConstructorIRabaCoders.newInstance in class AbstractKeyArrayIndexProcedureConstructor<BatchInsert>Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.