- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for isInstanceActive (0.05 seconds)
-
src/main/java/org/codelibs/fess/helper/CoordinatorHelper.java
* Checks whether the specified instance is currently active. * * @param targetInstanceId the instance ID to check. * @return {@code true} if the instance is active. */ public boolean isInstanceActive(final String targetInstanceId) { return getActiveInstances().stream().anyMatch(i -> i.instanceId.equals(targetInstanceId)); }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)