public static class BatchRemove.BatchRemoveConstructor extends AbstractKeyArrayIndexProcedureConstructor<BatchRemove>
BatchRemove
procedures.Modifier and Type | Field and Description |
---|---|
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_BIT_MASK
Singleton requests the return of a
ResultBitBuffer providing
a bit mask of the tuples which were removed from the index by this
operation (that is, those tuples which were pre-existing in the index
in a non-deleted state). |
static BatchRemove.BatchRemoveConstructor |
RETURN_MUTATION_COUNT
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.
|
Modifier and Type | Method and Description |
---|---|
BatchRemove |
newInstance(IRabaCoder keySer,
IRabaCoder valSer,
int fromIndex,
int toIndex,
byte[][] keys,
byte[][] vals)
Uses the specified
IRabaCoder s. |
boolean |
sendValues()
Values ARE NOT sent.
|
newInstance, newInstance, newInstance
public static final BatchRemove.BatchRemoveConstructor RETURN_OLD_VALUES
public static final BatchRemove.BatchRemoveConstructor RETURN_MUTATION_COUNT
public static final BatchRemove.BatchRemoveConstructor RETURN_BIT_MASK
ResultBitBuffer
providing
a bit mask of the tuples which were removed from the index by this
operation (that is, those tuples which were pre-existing in the index
in a non-deleted state).public static final BatchRemove.BatchRemoveConstructor ASSERT_FOUND_RETURN_NO_VALUES
public final boolean sendValues()
sendValues
in class AbstractKeyArrayIndexProcedureConstructor<BatchRemove>
public BatchRemove newInstance(IRabaCoder keySer, IRabaCoder valSer, int fromIndex, int toIndex, byte[][] keys, byte[][] vals)
AbstractKeyArrayIndexProcedureConstructor
IRabaCoder
s.newInstance
in class AbstractKeyArrayIndexProcedureConstructor<BatchRemove>
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.