Home
last modified time | relevance | path

Searched refs:getCursorImpl (Results 1 – 25 of 28) sorted by relevance

12

/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/evictor/
H A DCacheModeTest.java545 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 DVLSNCacheTest.java398 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 DDbTestProxy.java22 return dbc.getCursorImpl(); in dbcGetCursorImpl()
H A DDupSlotReuseTest.java309 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 DDbInternal.java296 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 DDiskOrderedCursor.java398 DiskOrderedCursorImpl getCursorImpl() { in getCursorImpl() method in DiskOrderedCursor
H A DDatabase.java1756 Locker locker = cursors[0].getCursorImpl().getLocker();
1760 Locker locker2 = cursors[i].getCursorImpl().getLocker();
1775 Locker locker2 = cursors[i].getCursorImpl().getLocker();
H A DSecondaryDatabase.java1207 cursor.getCursorImpl().getLocker(), in deleteKey()
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/dbi/
H A DCodeCoverageTest.java52 DbInternal.getCursorImpl(cursor).dumpToString(true); in testDeleteDeleted()
H A DBINDeltaOpsTest.java280 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 DBINDeltaOperationTest.java389 final BIN bin = DbInternal.getCursorImpl(cursor).getBIN(); in getFirstBIN()
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/tree/
H A DKeyPrefixTest.java148 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 DFetchWithNoLatchTest.java467 CursorImpl cursorImpl = DbInternal.getCursorImpl(cursor); in evictBIN()
H A DMemorySizeTest.java141 final BIN bin = DbInternal.getCursorImpl(cursor).getBIN(); in testKeyPrefixChange()
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/incomp/
H A DEmptyBINTest.java232 CursorImpl cursorImpl = DbInternal.getCursorImpl(cursor); in doScanAcrossEmptyBin()
H A DINCompressorTest.java1155 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 DRecoveryDeltaTest.java328 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 DDiffRecordAnalyzer.java316 CursorImpl cursorImpl = DbInternal.getCursorImpl(cursor); in getVLSN()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/util/
H A DDbCacheSize.java766 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 DVLSNRange.java87 DbInternal.getCursorImpl(c).setAllowEviction(false); in writeToDatabase()
H A DVLSNBucket.java876 DbInternal.getCursorImpl(cursor).setAllowEviction(false); in writeToDatabase()
H A DVLSNTracker.java115 DbInternal.getCursorImpl(cursor).setAllowEviction(false); in VLSNTracker()
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/test/
H A DDeferredWriteTest.java1674 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 DTxnEndTest.java674 final CursorImpl cursorImpl = DbInternal.getCursorImpl(cursor); in testAbortLatchDeadlock()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/rep/impl/
H A DRepGroupDB.java325 DbInternal.getCursorImpl(cursor).setAllowEviction(false); in makeCursor()

12