java.lang.Object
org.elasticsearch.action.admin.cluster.stats.SearchUsageStats
All Implemented Interfaces:
Writeable, ToXContent, ToXContentFragment

public final class SearchUsageStats extends Object implements Writeable, ToXContentFragment
Holds a snapshot of the search usage statistics. Used to hold the stats for a single node that's part of a ClusterStatsNodeResponse, as well as to accumulate stats for the entire cluster and return them as part of the ClusterStatsResponse.