Home
last modified time | relevance | path

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

/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/evictor/
H A DEvictorStatDefinition.java53 public static final StatDefinition EVICTOR_LNS_EVICTED = field in EvictorStatDefinition
H A DEvictor.java23 import static com.sleepycat.je.evictor.EvictorStatDefinition.EVICTOR_LNS_EVICTED;
1497 nLNsEvicted = new LongStat(stats, EVICTOR_LNS_EVICTED); in Evictor()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/statcap/
H A DStatCaptureDefinitions.java92 EvictorStatDefinition.EVICTOR_LNS_EVICTED,
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/
H A DEnvironmentStats.java71 import static com.sleepycat.je.evictor.EvictorStatDefinition.EVICTOR_LNS_EVICTED;
1136 return cacheStats.getLong(EVICTOR_LNS_EVICTED); in getNLNsEvicted()