- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for forceStop (1.01 sec)
-
src/main/java/org/codelibs/fess/indexer/IndexUpdater.java
*/ @PreDestroy public void destroy() { if (!finishCrawling) { if (logger.isInfoEnabled()) { logger.info("Stopping all crawlers."); } forceStop(); } } /** * Adds a finished session ID to the cleanup list. * This method is thread-safe and adds the session ID to be cleaned up later. *Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 32.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
*/ public boolean isForceStop() { return forceStop.get(); } /** * Sets the force-stop state of the system. * * @param b true to force-stop the system. */ public void setForceStop(final boolean b) { forceStop.set(b); } /** * Generates a document ID. *Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 36.6K bytes - Viewed (0)