- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for number_of_nodes (0.12 sec)
-
src/main/java/org/codelibs/fess/entity/PingResponse.java
private static final String CLUSTER_NAME = "cluster_name"; private static final String STATUS = "status"; private static final String TIMED_OUT = "timed_out"; private static final String NUMBER_OF_NODES = "number_of_nodes"; private static final String NUMBER_OF_DATA_NODES = "number_of_data_nodes"; private static final String NUMBER_OF_PENDING_TASKS = "number_of_pending_tasks";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 5.9K bytes - Viewed (2) -
src/main/java/org/codelibs/fess/app/web/api/admin/stats/ApiAdminStatsAction.java
esClient.admin().cluster().prepareHealth().execute().actionGet(fessConfig.getIndexHealthTimeout()); engineObj.clusterName = response.getClusterName(); engineObj.numberOfNodes = response.getNumberOfNodes(); engineObj.numberOfDataNodes = response.getNumberOfDataNodes(); engineObj.activePrimaryShards = response.getActivePrimaryShards();
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 12.1K bytes - Viewed (0)