|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bigdata.btree.proc.AbstractKeyArrayIndexProcedureConstructor<BatchRemove>
com.bigdata.btree.proc.BatchRemove.BatchRemoveConstructor
public static class BatchRemove.BatchRemoveConstructor
Factory for BatchRemove procedures.
| Field Summary | |
|---|---|
static BatchRemove.BatchRemoveConstructor |
ASSERT_FOUND_RETURN_NO_VALUES
Singleton does NOT request the return of the values that were removed from the index by the operation but asserts that each key was in fact present in the index. |
static BatchRemove.BatchRemoveConstructor |
RETURN_NO_VALUES
Singleton does NOT request the return of the values that were removed from the index by the operation. |
static BatchRemove.BatchRemoveConstructor |
RETURN_OLD_VALUES
Singleton requests the return of the values that were removed from the index by the operation. |
| Method Summary | |
|---|---|
BatchRemove |
newInstance(IRabaCoder keySer,
IRabaCoder valSer,
int fromIndex,
int toIndex,
byte[][] keys,
byte[][] vals)
Uses the specified IRabaCoders. |
boolean |
sendValues()
Values ARE NOT sent. |
| 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 BatchRemove.BatchRemoveConstructor RETURN_OLD_VALUES
public static final BatchRemove.BatchRemoveConstructor RETURN_NO_VALUES
public static final BatchRemove.BatchRemoveConstructor ASSERT_FOUND_RETURN_NO_VALUES
| Method Detail |
|---|
public final boolean sendValues()
sendValues in class AbstractKeyArrayIndexProcedureConstructor<BatchRemove>
public BatchRemove newInstance(IRabaCoder keySer,
IRabaCoder valSer,
int fromIndex,
int toIndex,
byte[][] keys,
byte[][] vals)
AbstractKeyArrayIndexProcedureConstructorIRabaCoders.
newInstance in class AbstractKeyArrayIndexProcedureConstructor<BatchRemove>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||