- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getClusterStatus (0.48 sec)
-
src/main/java/org/codelibs/fess/job/PingSearchEngineJob.java
} postcard.setHostname(systemHelper.getHostname()); postcard.setClustername(ping.getClusterName()); postcard.setClusterstatus(ping.getClusterStatus()); }); } catch (final Exception e) { logger.warn("Failed to send a test mail.", e); } finally {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 4.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/entity/PingResponse.java
*/ public String getClusterName() { return clusterName; } /** * Gets the cluster status. * * @return the cluster status */ public String getClusterStatus() { return clusterStatus; } /** * Gets the message. * * @return the message */ public String getMessage() { return message; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.4K bytes - Viewed (2) -
src/test/java/org/codelibs/fess/job/PingSearchEngineJobTest.java
// RED status should return non-zero status return 2; } @Override public String getClusterStatus() { return "RED"; } }; return response; } }; SystemHelper systemHelper = new SystemHelper() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 18.8K bytes - Viewed (0)