Package | Description |
---|---|
com.bigdata.btree.proc |
Modifier and Type | Field and Description |
---|---|
static BatchRemove.BatchRemoveConstructor |
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 |
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 |
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 |
BatchRemove.BatchRemoveConstructor.RETURN_OLD_VALUES
Singleton requests the return of the values that were removed from
the index by the operation.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.