- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getCurrentTimeAsLong (0.14 sec)
-
src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java
protected void waitForYellowStatus(final FessConfig fessConfig) { Exception cause = null; final SystemHelper systemHelper = ComponentUtil.getSystemHelper(); final long startTime = systemHelper.getCurrentTimeAsLong(); for (int i = 0; i < maxEsStatusRetry; i++) { try { final ClusterHealthResponse response = client.admin().cluster().prepareHealth().setWaitForYellowStatus().execute()
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Oct 20 02:08:03 UTC 2024 - 86.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
final long startTime = systemHelper.getCurrentTimeAsLong(); final List<SearchResult> list = Collections.list(holder.get().search(baseDn, filter, controls)); if (logger.isDebugEnabled()) { logger.debug("LDAP search[{}ms]: {} - {}", systemHelper.getCurrentTimeAsLong() - startTime, baseDn, filter); } consumer.accept(list);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 65.9K bytes - Viewed (0)