Uses of Class
com.bigdata.btree.proc.BatchRemove.BatchRemoveConstructor

Packages that use BatchRemove.BatchRemoveConstructor
com.bigdata.btree.proc   
 

Uses of BatchRemove.BatchRemoveConstructor in com.bigdata.btree.proc
 

Fields in com.bigdata.btree.proc declared as BatchRemove.BatchRemoveConstructor
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-2011 SYSTAP, LLC. All Rights Reserved.