Home
last modified time | relevance | path

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

/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/evictor/
H A DEvictSelectionTest.java134 EVICTOR_NODES_PER_SCAN.getName(), "5"); in initialize()
H A DEvictActionTest.java565 (EnvironmentParams.EVICTOR_NODES_PER_SCAN.getName(), "1"); in testReadOnlyRootINEviction()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/config/
H A DEnvironmentParams.java800 public static final IntConfigParam EVICTOR_NODES_PER_SCAN = field in EnvironmentParams
801 new IntConfigParam(EnvironmentConfig.EVICTOR_NODES_PER_SCAN,
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/
H A DEnvironmentConfig.java1424 public static final String EVICTOR_NODES_PER_SCAN = field in EnvironmentConfig