Searched refs:BTREE_INS_BYLEVEL (Results 1 – 4 of 4) sorted by relevance
15 import static com.sleepycat.je.dbi.BTreeStatDefinition.BTREE_INS_BYLEVEL;173 return dbImplStats.getLongArray(BTREE_INS_BYLEVEL); in getINsByLevel()
50 public static final StatDefinition BTREE_INS_BYLEVEL = field in BTreeStatDefinition
13 import static com.sleepycat.je.dbi.BTreeStatDefinition.BTREE_INS_BYLEVEL;2150 new LongArrayStat(group, BTREE_INS_BYLEVEL, getINsByLevel()); in getStats()
14 import static com.sleepycat.je.dbi.BTreeStatDefinition.BTREE_INS_BYLEVEL;706 new LongArrayStat(group1, BTREE_INS_BYLEVEL, levelsTest); in testStat()