public static class BatchPutIfAbsent.BatchPutIfAbsentConstructor extends AbstractKeyArrayIndexProcedureConstructor<BatchPutIfAbsent>
BatchPutIfAbsent procedures.| Modifier and Type | Field and Description |
|---|---|
static BatchPutIfAbsent.BatchPutIfAbsentConstructor |
RETURN_NO_VALUES
Singleton does NOT request the return of the old values that were
overwritten in the index by the operation.
|
static BatchPutIfAbsent.BatchPutIfAbsentConstructor |
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 |
|---|---|
BatchPutIfAbsent |
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 BatchPutIfAbsent.BatchPutIfAbsentConstructor RETURN_OLD_VALUES
public static final BatchPutIfAbsent.BatchPutIfAbsentConstructor RETURN_NO_VALUES
public final boolean sendValues()
sendValues in class AbstractKeyArrayIndexProcedureConstructor<BatchPutIfAbsent>public BatchPutIfAbsent newInstance(IRabaCoder keysCoder, IRabaCoder valsCoder, int fromIndex, int toIndex, byte[][] keys, byte[][] vals)
AbstractKeyArrayIndexProcedureConstructorIRabaCoders.newInstance in class AbstractKeyArrayIndexProcedureConstructor<BatchPutIfAbsent>Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.