Home
last modified time | relevance | path

Searched refs:getNBytesEvictedEvictorThread (Results 1 – 4 of 4) sorted by relevance

/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/evictor/
H A DEvictionThreadPoolTest.java117 stats.getNBytesEvictedEvictorThread() > 0); in testPoolState()
H A DBackgroundEvictionTest.java316 assertTrue(stats.getNBytesEvictedEvictorThread() > 0); in checkStatsConsistency()
H A DEvictNNodesStatsTest.java155 assertEquals(0, stats.getNBytesEvictedEvictorThread()); in testRegularDB()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/
H A DEnvironmentStats.java1459 public long getNBytesEvictedEvictorThread() { in getNBytesEvictedEvictorThread() method in EnvironmentStats