Home
last modified time | relevance | path

Searched refs:setKnownDeleted (Results 1 – 5 of 5) sorted by relevance

/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/tree/
H A DBIN.java530 public void setKnownDeleted(int index) { in setKnownDeleted() method in BIN
536 super.setKnownDeleted(index); in setKnownDeleted()
551 setKnownDeleted(index); in setKnownDeletedClearAll()
H A DIN.java916 void setKnownDeleted(int idx) { in setKnownDeleted() method in IN
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/recovery/
H A DRecoveryManager.java2227 bin.setKnownDeleted(index); in redo()
2291 bin.setKnownDeleted(index); in redo()
2498 location.bin.setKnownDeleted(location.index); in undo()
2522 location.bin.setKnownDeleted(location.index); in undo()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/cleaner/
H A DCleaner.java1255 bin.setKnownDeleted(index); in migratePendingLN()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/dbi/
H A DCursorImpl.java1349 bin.setKnownDeleted(index); in insertRecordInternal()