Home
last modified time | relevance | path

Searched defs:newLsn (Results 1 – 12 of 12) sorted by relevance

/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/log/
H A DLogItem.java57 public long newLsn = DbLsn.NULL_LSN; field in LogItem
H A DINFileReader.java455 long newLsn = getLastLsn(); in processEntry() local
462 long newLsn = getLastLsn(); in processEntry() local
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/txn/
H A DThreadLocker.java76 long newLsn, in lockAfterLsnChange()
H A DLocker.java550 long newLsn, in lockAfterLsnChange()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/tree/
H A DLN.java56 public final long newLsn; field in LN.LogResult
65 private LogResult(final long newLsn, final int newSize) { in LogResult()
752 final long newLsn; in assignTransientLsn() local
H A DTree.java854 final long newLsn = info.parent.optionalLog(logManager); in cascadeUpdates() local
860 final long newLsn = info.parent.optionalLogProvisional( in cascadeUpdates() local
H A DIN.java1534 private final boolean shouldUpdateLsn(long oldLsn, long newLsn) { in shouldUpdateLsn()
2953 public final void detachNode(int idx, boolean updateLsn, long newLsn) { in detachNode()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/cleaner/
H A DRecoveryUtilizationTracker.java104 long newLsn, in countObsoleteIfUncounted()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/dbi/
H A DCursorImpl.java3344 final long newLsn = bin.getLsn(index); in lockLN() local
3385 long newLsn, in lockAfterLsnChange()
3713 long newLsn) { in trace()
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/test/
H A DDeferredWriteTest.java1682 long newLsn = cursorImpl.getBIN().getLsn(cursorImpl.getIndex()); in testTransientLsn() local
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/recovery/
H A DRecoveryManager.java2695 final long newLsn; in redoUtilizationInfo() local
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/evictor/
H A DEvictor.java2850 long newLsn = target.log(dbEnv.getLogManager(), in evictRoot() local