- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getCoordinatorOperationTtlAsInteger (0.14 seconds)
-
src/test/java/org/codelibs/fess/helper/CoordinatorHelperTest.java
} @Override public Integer getCoordinatorHeartbeatTtlAsInteger() { return 180000; } @Override public Integer getCoordinatorOperationTtlAsInteger() { return 7200000; } @Override public Integer getCoordinatorOperationRetryAsInteger() { return 3; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 58.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/CoordinatorHelper.java
final long now = System.currentTimeMillis(); final long ttl = ComponentUtil.getFessConfig().getCoordinatorOperationTtlAsInteger().longValue(); final String hostname = ComponentUtil.getSystemHelper().getHostname(); final Map<String, Object> bodyMap = new java.util.LinkedHashMap<>();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 33.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* @return The value of found property. (NotNull: if not found, exception but basically no way) * @throws NumberFormatException When the property is not integer. */ Integer getCoordinatorOperationTtlAsInteger(); /** * Get the value for the key 'coordinator.operation.retry'. <br> * The value is, e.g. 3 <br> * comment: Maximum number of retries for acquiring an operation lock.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)