Searched refs:BTREE_UNIQ (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DSecondaryDeadlockTest.java77 store = TestStore.BTREE_UNIQ.open(env, "store.db");
78 index = TestStore.BTREE_UNIQ.openIndex(store, "index.db");
80 TestStore.BTREE_UNIQ.getKeyBinding(),
81 TestStore.BTREE_UNIQ.getValueBinding(),
84 TestStore.BTREE_UNIQ.getKeyBinding(),
85 TestStore.BTREE_UNIQ.getValueBinding(),
H A DTestStore.java44 static final TestStore BTREE_UNIQ; field in class:TestStore
62 BTREE_UNIQ = new TestStore("btree-uniq", config);
63 BTREE_UNIQ.indexOf = BTREE_UNIQ;
64 list.add(BTREE_UNIQ);
81 BTREE_DUPSORT.indexOf = BTREE_UNIQ;
H A DTransactionTest.java93 private TestStore testStore = TestStore.BTREE_UNIQ;

Completed in 86 milliseconds