|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bigdata.btree.proc.AbstractKeyArrayIndexProcedureConstructor<BatchInsert>
com.bigdata.btree.proc.BatchInsert.BatchInsertConstructor
public static class BatchInsert.BatchInsertConstructor
Factory for BatchInsert procedures.
| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
BatchInsert |
newInstance(IRabaCoder keysCoder,
IRabaCoder valsCoder,
int fromIndex,
int toIndex,
byte[][] keys,
byte[][] vals)
Uses the specified IRabaCoders. |
boolean |
sendValues()
Values are required. |
| Methods inherited from class com.bigdata.btree.proc.AbstractKeyArrayIndexProcedureConstructor |
|---|
newInstance, newInstance, newInstance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final BatchInsert.BatchInsertConstructor RETURN_OLD_VALUES
public static final BatchInsert.BatchInsertConstructor RETURN_NO_VALUES
| Method Detail |
|---|
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>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||