- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for deleteSessionIdsBefore (0.15 sec)
-
src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java
protected void setupDeleteCondition(final CrawlingInfo crawlingInfo) { crawlingInfoParamBhv.queryDelete(cb -> cb.query().setCrawlingInfoId_Equal(crawlingInfo.getId())); } public void deleteSessionIdsBefore(final String activeSessionId, final String name, final long date) { final List<CrawlingInfo> crawlingInfoList = crawlingInfoBhv.selectList(cb -> { cb.query().filtered((cq, cf) -> {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 13.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
} catch (final Exception e) { logger.warn("Could not initialize duplicateHostHelper.", e); } // delete expired sessions crawlingInfoService.deleteSessionIdsBefore(options.sessionId, options.name, systemHelper.getCurrentTimeAsLong()); final List<String> webConfigIdList = options.getWebConfigIdList();
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 24K bytes - Viewed (0)