Home
last modified time | relevance | path

Searched refs:getFullBinMaxEntries (Results 1 – 2 of 2) sorted by relevance

/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/tree/
H A DBIN.java1502 public int getFullBinMaxEntries() { in getFullBinMaxEntries() method in BIN
1822 destBIN.fullBinMaxEntries = getFullBinMaxEntries(); in initBINDelta()
H A DIN.java2581 bin.getFullBinMaxEntries()); in insertEntry1()
3058 int fullBinMaxEntries = bin.getFullBinMaxEntries(); in needsSplitting()
4778 size += LogUtils.getPackedIntLogSize(bin.getFullBinMaxEntries()); in getLogSize()
4901 LogUtils.writePackedInt(logBuffer, bin.getFullBinMaxEntries()); in writeToLog()
5103 sb.append(bin.getFullBinMaxEntries()); in dumpLog()