/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/evictor/ |
H A D | CacheModeTest.java | 545 DbInternal.getCursorImpl(cursor).getCacheMode()); 550 DbInternal.getCursorImpl(cursor).getCacheMode()); 555 DbInternal.getCursorImpl(cursor).getCacheMode()); 560 DbInternal.getCursorImpl(cursor).getCacheMode()); 769 DbInternal.getCursorImpl(cursor).getCacheMode()); 777 DbInternal.getCursorImpl(cursor).getCacheMode()); 788 DbInternal.getCursorImpl(cursor).getCacheMode()); 792 DbInternal.getCursorImpl(cursor).getCacheMode()); 809 DbInternal.getCursorImpl(cursor).getCacheMode()); 817 DbInternal.getCursorImpl(cursor).getCacheMode()); [all …]
|
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/rep/vlsn/ |
H A D | VLSNCacheTest.java | 398 bin = DbInternal.getCursorImpl(cursor).getBIN(); in evict() 399 binIndex = DbInternal.getCursorImpl(cursor).getIndex(); in evict() 473 bin = DbInternal.getCursorImpl(cursor).getBIN(); 479 vlsn = DbInternal.getCursorImpl(cursor). 611 DbInternal.getCursorImpl(cursor). 617 final BIN bin = DbInternal.getCursorImpl(cursor).getBIN(); 619 DbInternal.getCursorImpl(cursor).getIndex();
|
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/ |
H A D | DbTestProxy.java | 22 return dbc.getCursorImpl(); in dbcGetCursorImpl()
|
H A D | DupSlotReuseTest.java | 309 DbInternal.getCursorImpl(cursor).evict(); in testSameTxnAbort() 382 DbInternal.getCursorImpl(cursor).evict(); in testDiffTxnAbort()
|
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/ |
H A D | DbInternal.java | 296 public static CursorImpl getCursorImpl(Cursor cursor) { in getCursorImpl() method in DbInternal 297 return cursor.getCursorImpl(); in getCursorImpl() 514 return cursor.getCursorImpl(); in getDiskOrderedCursorImpl()
|
H A D | DiskOrderedCursor.java | 398 DiskOrderedCursorImpl getCursorImpl() { in getCursorImpl() method in DiskOrderedCursor
|
H A D | Database.java | 1756 Locker locker = cursors[0].getCursorImpl().getLocker(); 1760 Locker locker2 = cursors[i].getCursorImpl().getLocker(); 1775 Locker locker2 = cursors[i].getCursorImpl().getLocker();
|
H A D | SecondaryDatabase.java | 1207 cursor.getCursorImpl().getLocker(), in deleteKey()
|
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/dbi/ |
H A D | CodeCoverageTest.java | 52 DbInternal.getCursorImpl(cursor).dumpToString(true); in testDeleteDeleted()
|
H A D | BINDeltaOpsTest.java | 280 CursorImpl cursor1Impl = DbInternal.getCursorImpl(cursor1); in testNoDups() 491 cursor1Impl = DbInternal.getCursorImpl(cursor1); in testDups() 495 cursor2Impl = DbInternal.getCursorImpl(cursor2); in testDups() 759 final BIN bin = DbInternal.getCursorImpl(cursor).getBIN(); in getFirstBIN() 780 final BIN bin = DbInternal.getCursorImpl(cursor).getBIN(); in getLastBIN()
|
H A D | BINDeltaOperationTest.java | 389 final BIN bin = DbInternal.getCursorImpl(cursor).getBIN(); in getFirstBIN()
|
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/tree/ |
H A D | KeyPrefixTest.java | 148 DbInternal.getCursorImpl(cursor).getBIN(). in testPrefixBasic() 397 final BIN bin = DbInternal.getCursorImpl(cursor).getBIN(); in testRLEComparator() 536 BIN bin = DbInternal.getCursorImpl(cursor).getBIN(); in testLeadingLengthKeys()
|
H A D | FetchWithNoLatchTest.java | 467 CursorImpl cursorImpl = DbInternal.getCursorImpl(cursor); in evictBIN()
|
H A D | MemorySizeTest.java | 141 final BIN bin = DbInternal.getCursorImpl(cursor).getBIN(); in testKeyPrefixChange()
|
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/incomp/ |
H A D | EmptyBINTest.java | 232 CursorImpl cursorImpl = DbInternal.getCursorImpl(cursor); in doScanAcrossEmptyBin()
|
H A D | INCompressorTest.java | 1155 BIN b = DbInternal.getCursorImpl(cursor).getBIN(); in openAndInit() 1202 bin = DbInternal.getCursorImpl(cursor).getBIN(); in initInternalNodes()
|
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/recovery/ |
H A D | RecoveryDeltaTest.java | 328 final BIN thisBin = DbInternal.getCursorImpl(cursor).getBIN(); in collectAllBins()
|
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/rep/util/ldiff/ |
H A D | DiffRecordAnalyzer.java | 316 CursorImpl cursorImpl = DbInternal.getCursorImpl(cursor); in getVLSN()
|
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/util/ |
H A D | DbCacheSize.java | 766 final BIN bin = DbInternal.getCursorImpl(cursor).getBIN(); in calcTreeSizes() 1292 final BIN bin = DbInternal.getCursorImpl(c).getBIN(); in iterateBINs()
|
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/rep/vlsn/ |
H A D | VLSNRange.java | 87 DbInternal.getCursorImpl(c).setAllowEviction(false); in writeToDatabase()
|
H A D | VLSNBucket.java | 876 DbInternal.getCursorImpl(cursor).setAllowEviction(false); in writeToDatabase()
|
H A D | VLSNTracker.java | 115 DbInternal.getCursorImpl(cursor).setAllowEviction(false); in VLSNTracker()
|
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/test/ |
H A D | DeferredWriteTest.java | 1674 CursorImpl cursorImpl = DbInternal.getCursorImpl(cursor); in testTransientLsn() 1681 cursorImpl = DbInternal.getCursorImpl(cursor); in testTransientLsn()
|
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/txn/ |
H A D | TxnEndTest.java | 674 final CursorImpl cursorImpl = DbInternal.getCursorImpl(cursor); in testAbortLatchDeadlock()
|
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/rep/impl/ |
H A D | RepGroupDB.java | 325 DbInternal.getCursorImpl(cursor).setAllowEviction(false); in makeCursor()
|