- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getExecutionTime (0.06 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/AccessResultImpl.java
accessResultData = accessResultDataAsOne; } /* * (non-Javadoc) * * @see org.codelibs.fess.crawler.entity.AccessResult#getExecutionTime() */ @Override public Integer getExecutionTime() { return executionTime; } /* * (non-Javadoc) * * @see
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/AccessResult.java
*/ void setCreateTime(Long createTime); /** * Returns the execution time of the access. * * @return the execution time */ Integer getExecutionTime(); /** * Sets the execution time of the access. * * @param executionTime the execution time */ void setExecutionTime(Integer executionTime); /**
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 5.2K bytes - Viewed (0)