Home
last modified time | relevance | path

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

/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/evictor/
H A DEvictionThreadPoolTest.java82 (configManager.getInt(EnvironmentParams.EVICTOR_MAX_THREADS), in testPoolState()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/config/
H A DEnvironmentParams.java159 public static final IntConfigParam EVICTOR_MAX_THREADS = field in EnvironmentParams
160 new IntConfigParam(EnvironmentConfig.EVICTOR_MAX_THREADS,
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/
H A DEnvironmentConfig.java1610 public static final String EVICTOR_MAX_THREADS = "je.evictor.maxThreads"; field in EnvironmentConfig
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/evictor/
H A DEvictor.java1549 EnvironmentParams.EVICTOR_MAX_THREADS); in Evictor()
1613 EnvironmentParams.EVICTOR_MAX_THREADS); in envConfigUpdate()