Class FetchHealthInfoCacheAction

java.lang.Object
org.elasticsearch.action.ActionType<FetchHealthInfoCacheAction.Response>
org.elasticsearch.health.node.FetchHealthInfoCacheAction

public class FetchHealthInfoCacheAction extends ActionType<FetchHealthInfoCacheAction.Response>
This action retrieves all the HealthInfo data from the health node. It is meant to be used when a user makes a health API request. The data that this action retrieves is populated by UpdateHealthInfoCacheAction.