- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getClusterStatus (0.21 seconds)
-
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; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6.4K bytes - Click Count (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() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 18.9K bytes - Click Count (0) -
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 {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 4.4K bytes - Click Count (0)