public abstract class FieldIndexProcessorTestCaseBase extends FieldIndexTestCaseBase
| Constructor and Description |
|---|
FieldIndexProcessorTestCaseBase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertComplexItemIndex(java.lang.String expectedFieldIndex,
IndexedNode node) |
protected void |
assertTreeInt(int[] expectedValues,
TreeInt treeInt) |
protected BTree |
classIndexBTree(java.lang.Class clazz) |
protected void |
configure(Configuration config) |
protected Query |
createComplexItemQuery() |
protected FieldIndexProcessor |
createProcessor(Query query) |
protected BTree |
fieldIndexBTree(java.lang.Class clazz,
java.lang.String fieldName) |
static int |
indexOfNot(int[] array,
int value) |
protected int[] |
mapToObjectIds(Query itemQuery,
int[] foos) |
protected IndexedNode |
selectBestIndex(Query query) |
protected void |
storeComplexItems(int[] foos,
int[] bars) |
protected Transaction |
transactionFromQuery(Query query) |
createItemQuery, createItemQuery, createQuery, createQuery, createQuery, store, storeItemsassertOccurrences, assertOccurrences, classMetadataFor, commit, concurrenyClientServerSuite, configureThreadCount, container, context, countOccurences, countOccurences, db, db4oSetupAfterStore, db4oSetupBeforeConfigure, db4oSetupBeforeStore, db4oTearDownAfterClean, db4oTearDownBeforeClean, defragment, deleteAll, deleteAll, deleteObjectSet, deleteObjectSet, embeddedSuite, eventRegistry, eventRegistryFor, fileSession, fixture, foreach, foreach, handleUncaughtExceptions, indexField, inMemorySuite, isEmbedded, isMultiSession, isNetworking, networkingSuite, newQuery, newQuery, newQuery, newQuery, newQuery, newQuery, newTransaction, openNewSession, reflectClass, reflector, reopen, retrieveOnlyInstance, retrieveOnlyInstance, runAll, runConcurrency, runConcurrencyAll, runEmbedded, runEmbeddedConcurrency, runInMemory, runNetworking, runSolo, runSolo, runSoloAndClientServer, runSoloAndEmbeddedClientServer, serverEventRegistry, setUp, soloSuite, store, stream, systemTrans, tearDown, testCases, threadCount, transprotected void configure(Configuration config)
configure in class FieldIndexTestCaseBaseprotected Query createComplexItemQuery()
protected IndexedNode selectBestIndex(Query query)
protected FieldIndexProcessor createProcessor(Query query)
protected void assertComplexItemIndex(java.lang.String expectedFieldIndex,
IndexedNode node)
protected BTree fieldIndexBTree(java.lang.Class clazz, java.lang.String fieldName)
protected BTree classIndexBTree(java.lang.Class clazz)
protected int[] mapToObjectIds(Query itemQuery, int[] foos)
public static int indexOfNot(int[] array,
int value)
protected void storeComplexItems(int[] foos,
int[] bars)
protected void assertTreeInt(int[] expectedValues,
TreeInt treeInt)
protected Transaction transactionFromQuery(Query query)