- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setSystemCpuCheckInterval (0.26 sec)
-
src/test/java/org/codelibs/fess/helper/SystemHelperTest.java
} } public void test_createTempFile() { assertNotNull(systemHelper.createTempFile("test", ".txt")); } public void test_calibrateCpuLoad() { systemHelper.setSystemCpuCheckInterval(0L); systemHelper.calibrateCpuLoad(); assertEquals(0, systemHelper.waitingThreadNames.size()); systemHelper.waitForNoWaitingThreads(); } public void test_getVersion() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 28.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
} /** * Sets the interval for checking the system CPU load. * * @param systemCpuCheckInterval The interval in milliseconds. */ public void setSystemCpuCheckInterval(final long systemCpuCheckInterval) { this.systemCpuCheckInterval = systemCpuCheckInterval; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 36.6K bytes - Viewed (0)