- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for AbstractIntervalController (0.13 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/interval/impl/AbstractIntervalControllerTest.java
import org.dbflute.utflute.core.PlainTestCase; /** * Test cases for {@link AbstractIntervalController} * * @author shinsuke */ public class AbstractIntervalControllerTest extends PlainTestCase { /** * Test implementation of AbstractIntervalController for testing */ private static class TestIntervalController extends AbstractIntervalController { int beforeProcessingCount = 0;Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Nov 20 08:58:39 GMT 2025 - 9.8K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/interval/impl/DefaultIntervalController.java
* and when waiting for new URLs. * The delays are configurable via constructor parameters. * */ public class DefaultIntervalController extends AbstractIntervalController { /** Delay in milliseconds after processing a URL */ protected long delayMillisAfterProcessing = 0L; /** Delay in milliseconds when no URL is in the queue */Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Nov 20 08:58:39 GMT 2025 - 5.8K bytes - Click Count (0)