- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for addTimeoutTarget (0.05 seconds)
-
src/main/java/org/codelibs/fess/app/job/AllJobScheduler.java
cb.query().setJobStatus_Equal(Constants.RUNNING); cb.query().setTarget_Equal(myName); }); } TimeoutManager.getInstance().addTimeoutTarget(() -> { if (logger.isDebugEnabled()) { logger.debug("Updating scheduled jobs: time={}", schedulerTime); } final long now = systemHelper.getCurrentTimeAsLong();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 4.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/LogNotificationHelper.java
logNotificationTarget = new LogNotificationTarget(); final int interval = ComponentUtil.getFessConfig().getLogNotificationFlushIntervalAsInteger(); timeoutTask = TimeoutManager.getInstance().addTimeoutTarget(logNotificationTarget, interval, true); } /** * Stops the log notification timer and performs a final flush. */ @PreDestroy public void destroy() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 5.3K bytes - Click Count (0)